summaryrefslogtreecommitdiff
path: root/ofproto
diff options
context:
space:
mode:
authorNobuhiro MIKI <nmiki@yahoo-corp.jp>2023-03-06 11:49:17 +0900
committerIlya Maximets <i.maximets@ovn.org>2023-03-07 18:23:12 +0100
commit01acf09f746e4678e81b545b38ca682171628d02 (patch)
tree258b531c03bdbb03a36fd887c09c9dbd037607be /ofproto
parent915f084b9ff80f32e265c66c9b1aa51f9bbbd275 (diff)
downloadopenvswitch-01acf09f746e4678e81b545b38ca682171628d02.tar.gz
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 <echaudro@redhat.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'ofproto')
-rw-r--r--ofproto/ofproto-tnl-unixctl.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/ofproto/ofproto-tnl-unixctl.man b/ofproto/ofproto-tnl-unixctl.man
index 13a465119..6ed7e7fce 100644
--- a/ofproto/ofproto-tnl-unixctl.man
+++ b/ofproto/ofproto-tnl-unixctl.man
@@ -1,8 +1,8 @@
.SS "OPENVSWITCH TUNNELING COMMANDS"
These commands query and modify OVS tunnel components.
.
-.IP "\fBovs/route/add ipv4_address/plen output_bridge [GW]\fR"
-Adds ipv4_address/plen route to vswitchd routing table. output_bridge
+.IP "\fBovs/route/add ip/plen output_bridge [gw] [pkt_mark=mark]\fR"
+Adds ip/plen route to vswitchd routing table. output_bridge
needs to be OVS bridge name. This command is useful if OVS cached
routes does not look right.
.
@@ -10,8 +10,8 @@ routes does not look right.
Print all routes in OVS routing table, This includes routes cached
from system routing table and user configured routes.
.
-.IP "\fBovs/route/del ipv4_address/plen\fR"
-Delete ipv4_address/plen route from OVS routing table.
+.IP "\fBovs/route/del ip/plen [pkt_mark=mark]\fR"
+Delete ip/plen route from OVS routing table.
.
.IP "\fBtnl/neigh/show\fR"
.IP "\fBtnl/arp/show\fR"