]> git.proxmox.com Git - mirror_ovs.git/blame - ofproto/ofproto-tnl-unixctl.man
ovsdb: Use column diffs for ovsdb and raft log entries.
[mirror_ovs.git] / ofproto / ofproto-tnl-unixctl.man
CommitLineData
a36de779 1.SS "OPENVSWITCH TUNNELING COMMANDS"
43f317ff 2These commands query and modify OVS tunnel components.
a36de779
PS
3.
4.IP "\fBovs/route/add ipv4_address/plen output_bridge [GW]\fR"
5Adds ipv4_address/plen route to vswitchd routing table. output_bridge
6needs to be OVS bridge name. This command is useful if OVS cached
7routes does not look right.
8.
9.IP "\fBovs/route/show\fR"
10Print all routes in OVS routing table, This includes routes cached
11from system routing table and user configured routes.
12.
13.IP "\fBovs/route/del ipv4_address/plen\fR"
14Delete ipv4_address/plen route from OVS routing table.
15.
53902038 16.IP "\fBtnl/neigh/show\fR"
a36de779
PS
17.IP "\fBtnl/arp/show\fR"
18OVS builds ARP cache by snooping are messages. This command shows
19ARP cache table.
20.
53902038 21.IP "\fBtnl/neigh/set \fIbridge ip mac\fR"
3514c765
BP
22.IP "\fBtnl/arp/set \fIbridge ip mac\fR"
23Adds or modifies an ARP cache entry in \fIbridge\fR, mapping \fIip\fR
24to \fImac\fR.
25.
53902038 26.IP "\fBtnl/neigh/flush\fR"
a36de779
PS
27.IP "\fBtnl/arp/flush\fR"
28Flush ARP table.
29.
30.IP "\fBtnl/egress_port_range [num1] [num2]\fR"
31Set range for UDP source port used for UDP based Tunnels. For
32example VxLAN. If case of zero arguments this command prints
33current range in use.