From cc76a807b3215f06674cc613a8d492111eea949a Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 20 Jul 2016 22:57:10 +0200 Subject: [PATCH] ip-link.8: Fix font choices Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1269528 Upstream Status: iproute2.git commit 52a5986980527 Conflicts: Context changes due to missing support for 'external' VXLAN flag and missing HSR support. commit 52a598698052773857a2ca590b81940367774fce Author: Phil Sutter Date: Sat Jul 9 11:22:50 2016 +0200 ip-link.8: Fix font choices Signed-off-by: Phil Sutter --- man/man8/ip-link.8.in | 76 ++++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index be572f6..1d2fcb0 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -269,7 +269,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 " ] @@ -327,7 +327,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 " } " @@ -344,21 +344,21 @@ 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 " ] [ @@ -413,36 +413,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 @@ -505,18 +505,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 @@ -530,12 +530,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" @@ -544,12 +544,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. @@ -562,13 +562,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 " ] [ @@ -594,7 +596,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 @@ -604,7 +606,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. @@ -616,7 +618,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 @@ -668,7 +670,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 @@ -685,7 +687,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 " ] [ @@ -728,7 +730,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 -- 1.8.3.1