]> git.proxmox.com Git - ovs.git/blob - ofproto/ofproto-tnl-unixctl.man
tnl-neigh-cache: Purge learnt neighbors when port/bridge is deleted
[ovs.git] / ofproto / ofproto-tnl-unixctl.man
1 .SS "OPENVSWITCH TUNNELING COMMANDS"
2 These commands query and modify OVS tunnel components.
3 .
4 .IP "\fBovs/route/add ipv4_address/plen output_bridge [GW]\fR"
5 Adds ipv4_address/plen route to vswitchd routing table. output_bridge
6 needs to be OVS bridge name. This command is useful if OVS cached
7 routes does not look right.
8 .
9 .IP "\fBovs/route/show\fR"
10 Print all routes in OVS routing table, This includes routes cached
11 from system routing table and user configured routes.
12 .
13 .IP "\fBovs/route/del ipv4_address/plen\fR"
14 Delete ipv4_address/plen route from OVS routing table.
15 .
16 .IP "\fBtnl/neigh/show\fR"
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/neigh/set \fIbridge ip mac\fR"
22 .IP "\fBtnl/arp/set \fIbridge ip mac\fR"
23 Adds or modifies an ARP cache entry in \fIbridge\fR, mapping \fIip\fR
24 to \fImac\fR.
25 .
26 .IP "\fBtnl/neigh/flush\fR"
27 .IP "\fBtnl/arp/flush\fR"
28 Flush ARP table.
29 .
30 .IP "\fBtnl/egress_port_range [num1] [num2]\fR"
31 Set range for UDP source port used for UDP based Tunnels. For
32 example VxLAN. If case of zero arguments this command prints
33 current range in use.