summaryrefslogtreecommitdiff
path: root/tests/tunnel-push-pop.at
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@ovn.org>2016-12-28 11:41:25 -0800
committerPravin B Shelar <pshelar@ovn.org>2017-01-28 12:16:34 -0800
commited52ca575fcc90e322671750a91ae7d4b5827061 (patch)
treeb1d1b9b8e102e05fa44e7c9ff74e389208411ab5 /tests/tunnel-push-pop.at
parentf36786ce0db4d04273b0c340b63c4e0a8dab2e30 (diff)
downloadopenvswitch-ed52ca575fcc90e322671750a91ae7d4b5827061.tar.gz
ovs-router: introduce pkt-mark.
OVS router is basically partial copy of linux kernel FIB. kernel routing table uses skb-mark along with usual routing parameters. Following patch brings in support for skb-mark to ovs-router so that we can lookup route for given skb-mark. Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Jarno Rajahalme <jarno@ovn.org>
Diffstat (limited to 'tests/tunnel-push-pop.at')
-rw-r--r--tests/tunnel-push-pop.at3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tunnel-push-pop.at b/tests/tunnel-push-pop.at
index 4aaa6697f..4eeac4154 100644
--- a/tests/tunnel-push-pop.at
+++ b/tests/tunnel-push-pop.at
@@ -40,6 +40,9 @@ AT_CHECK([ovs-appctl netdev-dummy/ip6addr br0 2001:cafe::88/24], [0], [OK
AT_CHECK([ovs-appctl ovs/route/add 1.1.2.92/24 br0], [0], [OK
])
+AT_CHECK([ovs-appctl ovs/route/add 1.1.2.92/24 br0 pkt_mark=1234], [0], [OK
+])
+
AT_CHECK([ovs-ofctl add-flow br0 action=normal])
dnl Check ARP request