summaryrefslogtreecommitdiff
path: root/tests/odp.at
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2013-03-04 13:00:25 -0800
committerPravin B Shelar <pshelar@nicira.com>2013-03-04 13:00:25 -0800
commit85c9de194b9f432f7b8a66bda980cbab52a55b72 (patch)
tree25164e6f238a1be19a104e66d00ca05a4601d35e /tests/odp.at
parent0d0673857b5b2a50f6aef62e0f042795d9893690 (diff)
downloadopenvswitch-85c9de194b9f432f7b8a66bda980cbab52a55b72.tar.gz
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
Diffstat (limited to 'tests/odp.at')
-rw-r--r--tests/odp.at1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/odp.at b/tests/odp.at
index dcf746546..95cfba847 100644
--- a/tests/odp.at
+++ b/tests/odp.at
@@ -90,7 +90,6 @@ userspace(pid=9765,slow_path(cfm))
userspace(pid=9765,slow_path(cfm,match))
userspace(pid=9123,userdata=0x815309)
userspace(pid=1234567,userdata(0102030405060708090a0b0c0d0e0f))
-set(tun_id(0x7f10354))
set(in_port(2))
set(eth(src=00:01:02:03:04:05,dst=10:11:12:13:14:15))
set(eth_type(0x1234))