Add new tunnel-args for creating ipv6 tunnel through iproute2.

Signed-off-by: William Tu <u9012...@gmail.com>
---
 tests/system-common-macros.at | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/system-common-macros.at b/tests/system-common-macros.at
index f7d4adb947a0..d2a9b59e9684 100644
--- a/tests/system-common-macros.at
+++ b/tests/system-common-macros.at
@@ -179,12 +179,13 @@ m4_define([ADD_OVS_TUNNEL],
    ]
 )
 
-# ADD_OVS_TUNNEL6([type], [bridge], [port], [remote-addr], [overlay-addr])
+# ADD_OVS_TUNNEL6([type], [bridge], [port], [remote-addr], [overlay-addr],
+#                 [tunnel-args])
 #
 # Same as ADD_OVS_TUNNEL, but drops MTU enough for the IPv6 underlay.
 #
 m4_define([ADD_OVS_TUNNEL6],
-   [ADD_OVS_TUNNEL([$1], [$2], [$3], [$4], [$5])
+   [ADD_OVS_TUNNEL([$1], [$2], [$3], [$4], [$5], [$6])
     AT_CHECK([ip link set dev $2 mtu 1430])
    ]
 )
-- 
2.7.4

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to