]> git.proxmox.com Git - mirror_ovs.git/blame - ofproto/ofproto-tnl-unixctl.man
nicira-ext: Fix typo in comment.
[mirror_ovs.git] / ofproto / ofproto-tnl-unixctl.man
CommitLineData
a36de779
PS
1.SS "OPENVSWITCH TUNNELING COMMANDS"
2These commands query and modify OVS tunnel components. Ref to
3README-native-tunneling.md for more info.
4.
5.IP "\fBovs/route/add ipv4_address/plen output_bridge [GW]\fR"
6Adds ipv4_address/plen route to vswitchd routing table. output_bridge
7needs to be OVS bridge name. This command is useful if OVS cached
8routes does not look right.
9.
10.IP "\fBovs/route/show\fR"
11Print all routes in OVS routing table, This includes routes cached
12from system routing table and user configured routes.
13.
14.IP "\fBovs/route/del ipv4_address/plen\fR"
15Delete ipv4_address/plen route from OVS routing table.
16.
17.IP "\fBtnl/arp/show\fR"
18OVS builds ARP cache by snooping are messages. This command shows
19ARP cache table.
20.
21.IP "\fBtnl/arp/flush\fR"
22Flush ARP table.
23.
24.IP "\fBtnl/egress_port_range [num1] [num2]\fR"
25Set range for UDP source port used for UDP based Tunnels. For
26example VxLAN. If case of zero arguments this command prints
27current range in use.