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):
.TP
.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
.I ifinfomsg
structure followed by a series of
@ -115,7 +115,7 @@ is
in Linux 2.4 and earlier).
.TP
.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.
In Linux 2.2, an interface can carry multiple IP addresses,
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
.TP
.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
.I rtmsg
structure with an optional sequence of
@ -406,13 +406,13 @@ ICMPV6_ROUTER_PREF_HIGH defined in <linux/icmpv6.h>
.I RTA_ENCAP_TYPE
may contain values
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>.
.sp 1
.B Fill these values in!
.TP
.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).
The message contains an
.I ndmsg
@ -485,12 +485,12 @@ then a
header follows
.TP
.BR RTM_NEWRULE ", " RTM_DELRULE ", " RTM_GETRULE
Add, delete or retrieve a routing rule.
Add, delete, or retrieve a routing rule.
Carries a
.I struct rtmsg
.TP
.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
.I struct tcmsg
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.
.TP
.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
.I struct tcmsg
as described above.
.TP
.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
.I struct tcmsg
as described above.