diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-24 22:11:13 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-24 22:11:13 +0200 |
| commit | ab08f6698e57fb4dc5f666fb463c969efea4cc86 (patch) | |
| tree | 264877fb5e58f92163073b7d87ce284bef920f9f /man7 | |
| parent | 97caa19c415630863e2040e72d0ea1e686e15608 (diff) | |
| download | man-pages-ab08f6698e57fb4dc5f666fb463c969efea4cc86.tar.gz | |
rtnetlink.7: Minor consistency fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/rtnetlink.7 | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index b758b08cc0..dbd4fbbb1d 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -94,18 +94,18 @@ tab(:); c s s l l l. Routing attributes -rta_type:value type:description +rta_type:Value type:Description _ -IFLA_UNSPEC:-:unspecified. +IFLA_UNSPEC:-:unspecified IFLA_ADDRESS:hardware address:interface L2 address -IFLA_BROADCAST:hardware address:L2 broadcast address. -IFLA_IFNAME:asciiz string:Device name. -IFLA_MTU:unsigned int:MTU of the device. -IFLA_LINK:int:Link type. -IFLA_QDISC:asciiz string:Queueing discipline. +IFLA_BROADCAST:hardware address:L2 broadcast address +IFLA_IFNAME:asciiz string:Device name +IFLA_MTU:unsigned int:MTU of the device +IFLA_LINK:int:Link type +IFLA_QDISC:asciiz string:Queueing discipline IFLA_STATS:T{ see below -T}:Interface Statistics. +T}:Interface Statistics .TE .PP The value type for @@ -161,15 +161,15 @@ tab(:); c s s l l l. Attributes -rta_type:value type:description +rta_type:Value type:Description _ -IFA_UNSPEC:-:unspecified. +IFA_UNSPEC:-:unspecified IFA_ADDRESS:raw protocol address:interface address IFA_LOCAL:raw protocol address:local address IFA_LABEL:asciiz string:name of the interface -IFA_BROADCAST:raw protocol address:broadcast address. +IFA_BROADCAST:raw protocol address:broadcast address IFA_ANYCAST:raw protocol address:anycast address -IFA_CACHEINFO:struct ifa_cacheinfo:Address information. +IFA_CACHEINFO:struct ifa_cacheinfo:Address information .TE .\" FIXME Document struct ifa_cacheinfo .TP @@ -235,7 +235,7 @@ T} .TS tab(:); l l. -rtm_protocol:Route origin. +rtm_protocol:Route origin _ RTPROT_UNSPEC:unknown RTPROT_REDIRECT:T{ @@ -310,20 +310,20 @@ tab(:); c s s l2 l2 l. Attributes -rta_type:value type:description +rta_type:Value type:Description _ -RTA_UNSPEC:-:ignored. -RTA_DST:protocol address:Route destination address. -RTA_SRC:protocol address:Route source address. -RTA_IIF:int:Input interface index. -RTA_OIF:int:Output interface index. +RTA_UNSPEC:-:ignored +RTA_DST:protocol address:Route destination address +RTA_SRC:protocol address:Route source address +RTA_IIF:int:Input interface index +RTA_OIF:int:Output interface index RTA_GATEWAY:protocol address:The gateway of the route -RTA_PRIORITY:int:Priority of route. -RTA_PREFSRC:protocol address:Preferred source address. +RTA_PRIORITY:int:Priority of route +RTA_PREFSRC:protocol address:Preferred source address RTA_METRICS:int:Route metric RTA_MULTIPATH::T{ Multipath nexthop data -.br +br (see below). T} RTA_PROTOINFO::No longer used @@ -474,7 +474,7 @@ l l. NDA_UNSPEC:unknown type NDA_DST:a neighbor cache n/w layer destination address NDA_LLADDR:a neighbor cache link layer address -NDA_CACHEINFO:cache statistics. +NDA_CACHEINFO:cache statistics .TE .sp 1 If the @@ -511,14 +511,14 @@ tab(:); c s s l2 l2 l. Attributes -rta_type:value type:Description +rta_type:Value type:Description _ TCA_UNSPEC:-:unspecified TCA_KIND:asciiz string:Name of queueing discipline TCA_OPTIONS:byte sequence:Qdisc-specific options follow -TCA_STATS:struct tc_stats:Qdisc statistics. -TCA_XSTATS:qdisc-specific:Module-specific statistics. -TCA_RATE:struct tc_estimator:Rate limit. +TCA_STATS:struct tc_stats:Qdisc statistics +TCA_XSTATS:qdisc-specific:Module-specific statistics +TCA_RATE:struct tc_estimator:Rate limit .TE .sp 1 In addition, various other qdisc-module-specific attributes are allowed. |
