mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
Tunnel: Cleanup old tunnel infrastructure.
Since userspace flow based tunneling code is checked in, the kernel port based tunneling code can be removed. Patch removes following components: - tunnel ports hash table and moved tunnel ports list to individual vports. - Cleaned per tnl-port config. - OVS_KEY_ATTR_TUN_ID action is removed. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com> Bug #15078
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
#include "odp-util.h"
|
||||
#include "ofpbuf.h"
|
||||
#include "openvswitch/datapath-compat.h"
|
||||
#include "openvswitch/tunnel.h"
|
||||
#include "packets.h"
|
||||
#include "poll-loop.h"
|
||||
#include "random.h"
|
||||
|
||||
Reference in New Issue
Block a user