ip-link.8: Fix font choices
Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
3dd4b8936b
commit
52a5986980
|
|
@ -308,7 +308,7 @@ the following additional arguments are supported:
|
||||||
.BI "ip link add
|
.BI "ip link add
|
||||||
.BI link " DEVICE "
|
.BI link " DEVICE "
|
||||||
.BI name " NAME "
|
.BI name " NAME "
|
||||||
.BI type " vlan "
|
.B "type vlan"
|
||||||
[
|
[
|
||||||
.BI protocol " VLAN_PROTO "
|
.BI protocol " VLAN_PROTO "
|
||||||
]
|
]
|
||||||
|
|
@ -410,7 +410,7 @@ For a link of type
|
||||||
the following additional arguments are supported:
|
the following additional arguments are supported:
|
||||||
|
|
||||||
.BI "ip link add " DEVICE
|
.BI "ip link add " DEVICE
|
||||||
.BI type " vxlan " id " ID"
|
.BI type " vxlan " id " VNI"
|
||||||
[
|
[
|
||||||
.BI dev " PHYS_DEV "
|
.BI dev " PHYS_DEV "
|
||||||
.RB " ] [ { " group " | " remote " } "
|
.RB " ] [ { " group " | " remote " } "
|
||||||
|
|
@ -429,27 +429,27 @@ the following additional arguments are supported:
|
||||||
] [
|
] [
|
||||||
.BI srcport " MIN MAX "
|
.BI srcport " MIN MAX "
|
||||||
] [
|
] [
|
||||||
.I "[no]learning "
|
.RB [ no ] learning
|
||||||
] [
|
] [
|
||||||
.I "[no]proxy "
|
.RB [ no ] proxy
|
||||||
] [
|
] [
|
||||||
.I "[no]rsc "
|
.RB [ no ] rsc
|
||||||
] [
|
] [
|
||||||
.I "[no]l2miss "
|
.RB [ no ] l2miss
|
||||||
] [
|
] [
|
||||||
.I "[no]l3miss "
|
.RB [ no ] l3miss
|
||||||
] [
|
] [
|
||||||
.I "[no]udpcsum "
|
.RB [ no ] udpcsum
|
||||||
] [
|
] [
|
||||||
.I "[no]udp6zerocsumtx "
|
.RB [ no ] udp6zerocsumtx
|
||||||
] [
|
] [
|
||||||
.I "[no]udp6zerocsumrx "
|
.RB [ no ] udp6zerocsumrx
|
||||||
] [
|
] [
|
||||||
.BI ageing " SECONDS "
|
.BI ageing " SECONDS "
|
||||||
] [
|
] [
|
||||||
.BI maxaddress " NUMBER "
|
.BI maxaddress " NUMBER "
|
||||||
] [
|
] [
|
||||||
.RI "[no]external "
|
.RB [ no ] external
|
||||||
] [
|
] [
|
||||||
.B gbp
|
.B gbp
|
||||||
] [
|
] [
|
||||||
|
|
@ -506,36 +506,36 @@ parameter.
|
||||||
source ports to communicate to the remote VXLAN tunnel endpoint.
|
source ports to communicate to the remote VXLAN tunnel endpoint.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]learning
|
.RB [ no ] learning
|
||||||
- specifies if unknown source link layer addresses and IP addresses
|
- specifies if unknown source link layer addresses and IP addresses
|
||||||
are entered into the VXLAN device forwarding database.
|
are entered into the VXLAN device forwarding database.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]rsc
|
.RB [ no ] rsc
|
||||||
- specifies if route short circuit is turned on.
|
- specifies if route short circuit is turned on.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]proxy
|
.RB [ no ] proxy
|
||||||
- specifies ARP proxy is turned on.
|
- specifies ARP proxy is turned on.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]l2miss
|
.RB [ no ] l2miss
|
||||||
- specifies if netlink LLADDR miss notifications are generated.
|
- specifies if netlink LLADDR miss notifications are generated.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]l3miss
|
.RB [ no ] l3miss
|
||||||
- specifies if netlink IP ADDR miss notifications are generated.
|
- specifies if netlink IP ADDR miss notifications are generated.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]udpcsum
|
.RB [ no ] udpcsum
|
||||||
- specifies if UDP checksum is calculated for transmitted packets over IPv4.
|
- specifies if UDP checksum is calculated for transmitted packets over IPv4.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]udp6zerocsumtx
|
.RB [ no ] udp6zerocsumtx
|
||||||
- skip UDP checksum calculation for transmitted packets over IPv6.
|
- skip UDP checksum calculation for transmitted packets over IPv6.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]udp6zerocsumrx
|
.RB [ no ] udp6zerocsumrx
|
||||||
- allow incoming UDP packets over IPv6 with zero checksum field.
|
- allow incoming UDP packets over IPv6 with zero checksum field.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
|
|
@ -547,7 +547,7 @@ are entered into the VXLAN device forwarding database.
|
||||||
- specifies the maximum number of FDB entries.
|
- specifies the maximum number of FDB entries.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]external
|
.RB [ no ] external
|
||||||
- specifies whether an external control plane
|
- specifies whether an external control plane
|
||||||
.RB "(e.g. " "ip route encap" )
|
.RB "(e.g. " "ip route encap" )
|
||||||
or the internal FDB should be used.
|
or the internal FDB should be used.
|
||||||
|
|
@ -611,18 +611,18 @@ For a link of types
|
||||||
the following additional arguments are supported:
|
the following additional arguments are supported:
|
||||||
|
|
||||||
.BI "ip link add " DEVICE
|
.BI "ip link add " DEVICE
|
||||||
.BR type " { gre | ipip | sit } "
|
.BR type " { " gre " | " ipip " | " sit " }"
|
||||||
.BI " remote " ADDR " local " ADDR
|
.BI " remote " ADDR " local " ADDR
|
||||||
[
|
[
|
||||||
.BR encap " { fou | gue | none } "
|
.BR encap " { " fou " | " gue " | " none " }"
|
||||||
] [
|
] [
|
||||||
.BI "encap-sport { " PORT " | auto } "
|
.BR encap-sport " { " \fIPORT " | " auto " }"
|
||||||
] [
|
] [
|
||||||
.BI "encap-dport " PORT
|
.BI "encap-dport " PORT
|
||||||
] [
|
] [
|
||||||
.I " [no]encap-csum "
|
.RB [ no ] encap-csum
|
||||||
] [
|
] [
|
||||||
.I " [no]encap-remcsum "
|
.RB [ no ] encap-remcsum
|
||||||
]
|
]
|
||||||
|
|
||||||
.in +8
|
.in +8
|
||||||
|
|
@ -636,12 +636,12 @@ the following additional arguments are supported:
|
||||||
It must be an address on another interface on this host.
|
It must be an address on another interface on this host.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.BR encap " { fou | gue | none } "
|
.BR encap " { " fou " | " gue " | " none " }"
|
||||||
- specifies type of secondary UDP encapsulation. "fou" indicates
|
- specifies type of secondary UDP encapsulation. "fou" indicates
|
||||||
Foo-Over-UDP, "gue" indicates Generic UDP Encapsulation.
|
Foo-Over-UDP, "gue" indicates Generic UDP Encapsulation.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.BI "encap-sport { " PORT " | auto } "
|
.BR encap-sport " { " \fIPORT " | " auto " }"
|
||||||
- specifies the source port in UDP encapsulation.
|
- specifies the source port in UDP encapsulation.
|
||||||
.IR PORT
|
.IR PORT
|
||||||
indicates the port by number, "auto"
|
indicates the port by number, "auto"
|
||||||
|
|
@ -650,12 +650,12 @@ indicates that the port number should be chosen automatically
|
||||||
encapsulated packet).
|
encapsulated packet).
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]encap-csum
|
.RB [ no ] encap-csum
|
||||||
- specifies if UDP checksums are enabled in the secondary
|
- specifies if UDP checksums are enabled in the secondary
|
||||||
encapsulation.
|
encapsulation.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.I [no]encap-remcsum
|
.RB [ no ] encap-remcsum
|
||||||
- specifies if Remote Checksum Offload is enabled. This is only
|
- specifies if Remote Checksum Offload is enabled. This is only
|
||||||
applicable for Generic UDP Encapsulation.
|
applicable for Generic UDP Encapsulation.
|
||||||
|
|
||||||
|
|
@ -668,13 +668,15 @@ For a link of type
|
||||||
the following additional arguments are supported:
|
the following additional arguments are supported:
|
||||||
|
|
||||||
.BI "ip link add " DEVICE
|
.BI "ip link add " DEVICE
|
||||||
.BI type " { ip6gre | ip6gretap } " remote " ADDR " local " ADDR
|
.BR type " { " ip6gre " | " ip6gretap " }"
|
||||||
|
.BI remote " ADDR " local " ADDR"
|
||||||
[
|
[
|
||||||
.I "[i|o]seq]"
|
.RB [ i | o ] seq
|
||||||
] [
|
] [
|
||||||
.I "[i|o]key" KEY
|
.RB [ i | o ] key
|
||||||
|
.I KEY
|
||||||
] [
|
] [
|
||||||
.I " [i|o]csum "
|
.RB [ i | o ] csum
|
||||||
] [
|
] [
|
||||||
.BI hoplimit " TTL "
|
.BI hoplimit " TTL "
|
||||||
] [
|
] [
|
||||||
|
|
@ -700,7 +702,7 @@ the following additional arguments are supported:
|
||||||
It must be an address on another interface on this host.
|
It must be an address on another interface on this host.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.BI [i|o]seq
|
.RB [ i | o ] seq
|
||||||
- serialize packets.
|
- serialize packets.
|
||||||
The
|
The
|
||||||
.B oseq
|
.B oseq
|
||||||
|
|
@ -710,7 +712,7 @@ The
|
||||||
flag requires that all input packets are serialized.
|
flag requires that all input packets are serialized.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.BI [i|o]key " KEY"
|
.RB [ i | o ] key " \fIKEY"
|
||||||
- use keyed GRE with key
|
- use keyed GRE with key
|
||||||
.IR KEY ". "KEY
|
.IR KEY ". "KEY
|
||||||
is either a number or an IPv4 address-like dotted quad.
|
is either a number or an IPv4 address-like dotted quad.
|
||||||
|
|
@ -722,7 +724,7 @@ The
|
||||||
parameters specify different keys for input and output.
|
parameters specify different keys for input and output.
|
||||||
|
|
||||||
.sp
|
.sp
|
||||||
.BI [i|o]csum
|
.RB [ i | o ] csum
|
||||||
- generate/require checksums for tunneled packets.
|
- generate/require checksums for tunneled packets.
|
||||||
The
|
The
|
||||||
.B ocsum
|
.B ocsum
|
||||||
|
|
@ -774,7 +776,7 @@ For a link of type
|
||||||
the following additional arguments are supported:
|
the following additional arguments are supported:
|
||||||
|
|
||||||
.BI "ip link add " DEVICE " name " NAME
|
.BI "ip link add " DEVICE " name " NAME
|
||||||
.BI type " ipoib [ " pkey " PKEY ] [" mode " MODE " ]
|
.BR "type ipoib " [ " pkey \fIPKEY" " ] [ " mode " \fIMODE \fR]"
|
||||||
|
|
||||||
.in +8
|
.in +8
|
||||||
.sp
|
.sp
|
||||||
|
|
@ -791,7 +793,7 @@ For a link of type
|
||||||
the following additional arguments are supported:
|
the following additional arguments are supported:
|
||||||
|
|
||||||
.BI "ip link add " DEVICE
|
.BI "ip link add " DEVICE
|
||||||
.BI type " geneve " id " ID " remote " IPADDR"
|
.BI type " geneve " id " VNI " remote " IPADDR"
|
||||||
[
|
[
|
||||||
.BI ttl " TTL "
|
.BI ttl " TTL "
|
||||||
] [
|
] [
|
||||||
|
|
@ -834,7 +836,7 @@ the following additional arguments are supported:
|
||||||
.BI "ip link add link " DEVICE " name " NAME
|
.BI "ip link add link " DEVICE " name " NAME
|
||||||
.BR type " { " macvlan " | " macvtap " } "
|
.BR type " { " macvlan " | " macvtap " } "
|
||||||
.BR mode " { " private " | " vepa " | " bridge " | " passthru
|
.BR mode " { " private " | " vepa " | " bridge " | " passthru
|
||||||
.BR " [ " nopromisc " ] } "
|
.RB " [ " nopromisc " ] } "
|
||||||
|
|
||||||
.in +8
|
.in +8
|
||||||
.sp
|
.sp
|
||||||
|
|
@ -879,11 +881,11 @@ For a link of type
|
||||||
.I HSR
|
.I HSR
|
||||||
the following additional arguments are supported:
|
the following additional arguments are supported:
|
||||||
|
|
||||||
.BI "ip link add link " DEVICE " name " NAME
|
.BI "ip link add link " DEVICE " name " NAME " type hsr"
|
||||||
.BI type " hsr "
|
|
||||||
.BI slave1 " SLAVE1-IF " slave2 " SLAVE2-IF "
|
.BI slave1 " SLAVE1-IF " slave2 " SLAVE2-IF "
|
||||||
.BR " [ supervision " ADDR-BYTE " ] "
|
.RB [ " supervision"
|
||||||
.BR " [ version { " 0 " | " 1 " } ] "
|
.IR ADDR-BYTE " ] ["
|
||||||
|
.BR version " { " 0 " | " 1 " } ]"
|
||||||
|
|
||||||
.in +8
|
.in +8
|
||||||
.sp
|
.sp
|
||||||
|
|
@ -896,11 +898,11 @@ the following additional arguments are supported:
|
||||||
.BI slave2 " SLAVE2-IF "
|
.BI slave2 " SLAVE2-IF "
|
||||||
- Specifies the physical device used for the second of the two ring ports.
|
- Specifies the physical device used for the second of the two ring ports.
|
||||||
|
|
||||||
.BR "supervision ADDR-BYTE "
|
.BI supervision " ADDR-BYTE"
|
||||||
- The last byte of the multicast address used for HSR supervision frames.
|
- The last byte of the multicast address used for HSR supervision frames.
|
||||||
Default option is "0", possible values 0-255.
|
Default option is "0", possible values 0-255.
|
||||||
|
|
||||||
.BR "version { 0 | 1 }"
|
.BR version " { " 0 " | " 1 " }"
|
||||||
- Selects the protocol version of the interface. Default option is "0", which
|
- Selects the protocol version of the interface. Default option is "0", which
|
||||||
corresponds to the 2010 version of the HSR standard. Option "1" activates the
|
corresponds to the 2010 version of the HSR standard. Option "1" activates the
|
||||||
2012 version.
|
2012 version.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue