]> git.proxmox.com Git - mirror_ovs.git/blame - ofproto/ofproto-tnl-unixctl.man
ovs-sandbox: Add note about OVN to initial output.
[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.
53902038 17.IP "\fBtnl/neigh/show\fR"
a36de779
PS
18.IP "\fBtnl/arp/show\fR"
19OVS builds ARP cache by snooping are messages. This command shows
20ARP cache table.
21.
53902038 22.IP "\fBtnl/neigh/set \fIbridge ip mac\fR"
3514c765
BP
23.IP "\fBtnl/arp/set \fIbridge ip mac\fR"
24Adds or modifies an ARP cache entry in \fIbridge\fR, mapping \fIip\fR
25to \fImac\fR.
26.
53902038 27.IP "\fBtnl/neigh/flush\fR"
a36de779
PS
28.IP "\fBtnl/arp/flush\fR"
29Flush ARP table.
30.
31.IP "\fBtnl/egress_port_range [num1] [num2]\fR"
32Set range for UDP source port used for UDP based Tunnels. For
33example VxLAN. If case of zero arguments this command prints
34current range in use.