openflow: Remove OFPG11_*
[cascardo/ovs.git] / ofproto / ofproto-tnl-unixctl.man
1 .SS "OPENVSWITCH TUNNELING COMMANDS"
2 These commands query and modify OVS tunnel components. Ref to
3 README-native-tunneling.md for more info.
4 .
5 .IP "\fBovs/route/add ipv4_address/plen output_bridge [GW]\fR"
6 Adds ipv4_address/plen route to vswitchd routing table. output_bridge
7 needs to be OVS bridge name.  This command is useful if OVS cached
8 routes does not look right.
9 .
10 .IP "\fBovs/route/show\fR"
11 Print all routes in OVS routing table, This includes routes cached
12 from system routing table and user configured routes.
13 .
14 .IP "\fBovs/route/del ipv4_address/plen\fR"
15 Delete ipv4_address/plen route from OVS routing table.
16 .
17 .IP "\fBtnl/arp/show\fR"
18 OVS builds ARP cache by snooping are messages. This command shows
19 ARP cache table.
20 .
21 .IP "\fBtnl/arp/set \fIbridge ip mac\fR"
22 Adds or modifies an ARP cache entry in \fIbridge\fR, mapping \fIip\fR
23 to \fImac\fR.
24 .
25 .IP "\fBtnl/arp/flush\fR"
26 Flush ARP table.
27 .
28 .IP "\fBtnl/egress_port_range [num1] [num2]\fR"
29 Set range for UDP source port used for UDP based Tunnels. For
30 example VxLAN. If case of zero arguments this command prints
31 current range in use.