ip-link.8: Fix font choices

Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
Phil Sutter 2016-07-09 11:22:50 +02:00 committed by Stephen Hemminger
parent 3dd4b8936b
commit 52a5986980
1 changed files with 47 additions and 45 deletions

View File

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