From 01acf09f746e4678e81b545b38ca682171628d02 Mon Sep 17 00:00:00 2001 From: Nobuhiro MIKI Date: Mon, 6 Mar 2023 11:49:17 +0900 Subject: ofproto: Fix man page for tunnel related commands. Fixed the manual page to indicate that both IPv4/IPv6 are supported. Also added missing pkt_mark on one side and fixed the "gw" and "bridge" notation quirks. Acked-by: Eelco Chaudron Reviewed-by: Simon Horman Signed-off-by: Nobuhiro MIKI Signed-off-by: Ilya Maximets --- tests/ovs-router.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ovs-router.at b/tests/ovs-router.at index a36990f1e..ec3b1dffe 100644 --- a/tests/ovs-router.at +++ b/tests/ovs-router.at @@ -16,7 +16,7 @@ Error while inserting route. ovs-appctl: ovs-vswitchd: server returned an error ]) AT_CHECK([ovs-appctl ovs/route/add 1.1.foo.bar/24 br0 2.2.2.10], [2], [], [dnl -Invalid 'ip_addr/prefix_len' parameter +Invalid 'ip/plen' parameter ovs-appctl: ovs-vswitchd: server returned an error ]) AT_CHECK([ovs-appctl ovs/route/add 2.2.2.4/24 br0 pkt_mark=baz], [2], [], [dnl -- cgit v1.2.1