netdev-dpdk: fix mbuf leaks
[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/neigh/show\fR"
18 .IP "\fBtnl/arp/show\fR"
19 OVS builds ARP cache by snooping are messages. This command shows
20 ARP cache table.
21 .
22 .IP "\fBtnl/neigh/set \fIbridge ip mac\fR"
23 .IP "\fBtnl/arp/set \fIbridge ip mac\fR"
24 Adds or modifies an ARP cache entry in \fIbridge\fR, mapping \fIip\fR
25 to \fImac\fR.
26 .
27 .IP "\fBtnl/neigh/flush\fR"
28 .IP "\fBtnl/arp/flush\fR"
29 Flush ARP table.
30 .
31 .IP "\fBtnl/egress_port_range [num1] [num2]\fR"
32 Set range for UDP source port used for UDP based Tunnels. For
33 example VxLAN. If case of zero arguments this command prints
34 current range in use.