rtnetlink.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-11 07:32:56 +02:00
parent 1bad27850d
commit 50dc2db4eb
1 changed files with 9 additions and 9 deletions

View File

@ -59,7 +59,7 @@ Rtnetlink consists of these message types
(in addition to standard netlink messages): (in addition to standard netlink messages):
.TP .TP
.BR RTM_NEWLINK ", " RTM_DELLINK ", " RTM_GETLINK .BR RTM_NEWLINK ", " RTM_DELLINK ", " RTM_GETLINK
Create, remove or get information about a specific network interface. Create, remove, or get information about a specific network interface.
These messages contain an These messages contain an
.I ifinfomsg .I ifinfomsg
structure followed by a series of structure followed by a series of
@ -115,7 +115,7 @@ is
in Linux 2.4 and earlier). in Linux 2.4 and earlier).
.TP .TP
.BR RTM_NEWADDR ", " RTM_DELADDR ", " RTM_GETADDR .BR RTM_NEWADDR ", " RTM_DELADDR ", " RTM_GETADDR
Add, remove or receive information about an IP address associated with Add, remove, or receive information about an IP address associated with
an interface. an interface.
In Linux 2.2, an interface can carry multiple IP addresses, In Linux 2.2, an interface can carry multiple IP addresses,
this replaces the alias device concept in 2.0. this replaces the alias device concept in 2.0.
@ -173,7 +173,7 @@ IFA_CACHEINFO:struct ifa_cacheinfo:Address information
.\" FIXME Document struct ifa_cacheinfo .\" FIXME Document struct ifa_cacheinfo
.TP .TP
.BR RTM_NEWROUTE ", " RTM_DELROUTE ", " RTM_GETROUTE .BR RTM_NEWROUTE ", " RTM_DELROUTE ", " RTM_GETROUTE
Create, remove or receive information about a network route. Create, remove, or receive information about a network route.
These messages contain an These messages contain an
.I rtmsg .I rtmsg
structure with an optional sequence of structure with an optional sequence of
@ -406,13 +406,13 @@ ICMPV6_ROUTER_PREF_HIGH defined in <linux/icmpv6.h>
.I RTA_ENCAP_TYPE .I RTA_ENCAP_TYPE
may contain values may contain values
LWTUNNEL_ENCAP_MPLS, LWTUNNEL_ENCAP_IP, LWTUNNEL_ENCAP_MPLS, LWTUNNEL_ENCAP_IP,
LWTUNNEL_ENCAP_ILA or LWTUNNEL_ENCAP_IP6 LWTUNNEL_ENCAP_ILA, or LWTUNNEL_ENCAP_IP6
defined in <linux/lwtunnel.h>. defined in <linux/lwtunnel.h>.
.sp 1 .sp 1
.B Fill these values in! .B Fill these values in!
.TP .TP
.BR RTM_NEWNEIGH ", " RTM_DELNEIGH ", " RTM_GETNEIGH .BR RTM_NEWNEIGH ", " RTM_DELNEIGH ", " RTM_GETNEIGH
Add, remove or receive information about a neighbor table Add, remove, or receive information about a neighbor table
entry (e.g., an ARP entry). entry (e.g., an ARP entry).
The message contains an The message contains an
.I ndmsg .I ndmsg
@ -485,12 +485,12 @@ then a
header follows header follows
.TP .TP
.BR RTM_NEWRULE ", " RTM_DELRULE ", " RTM_GETRULE .BR RTM_NEWRULE ", " RTM_DELRULE ", " RTM_GETRULE
Add, delete or retrieve a routing rule. Add, delete, or retrieve a routing rule.
Carries a Carries a
.I struct rtmsg .I struct rtmsg
.TP .TP
.BR RTM_NEWQDISC ", " RTM_DELQDISC ", " RTM_GETQDISC .BR RTM_NEWQDISC ", " RTM_DELQDISC ", " RTM_GETQDISC
Add, remove or get a queueing discipline. Add, remove, or get a queueing discipline.
The message contains a The message contains a
.I struct tcmsg .I struct tcmsg
and may be followed by a series of and may be followed by a series of
@ -524,13 +524,13 @@ In addition, various other qdisc-module-specific attributes are allowed.
For more information see the appropriate include files. For more information see the appropriate include files.
.TP .TP
.BR RTM_NEWTCLASS ", " RTM_DELTCLASS ", " RTM_GETTCLASS .BR RTM_NEWTCLASS ", " RTM_DELTCLASS ", " RTM_GETTCLASS
Add, remove or get a traffic class. Add, remove, or get a traffic class.
These messages contain a These messages contain a
.I struct tcmsg .I struct tcmsg
as described above. as described above.
.TP .TP
.BR RTM_NEWTFILTER ", " RTM_DELTFILTER ", " RTM_GETTFILTER .BR RTM_NEWTFILTER ", " RTM_DELTFILTER ", " RTM_GETTFILTER
Add, remove or receive information about a traffic filter. Add, remove, or receive information about a traffic filter.
These messages contain a These messages contain a
.I struct tcmsg .I struct tcmsg
as described above. as described above.