diff options
| -rw-r--r-- | share/man/man4/genetlink.4 | 1 | ||||
| -rw-r--r-- | share/man/man4/netlink.4 | 1 | ||||
| -rw-r--r-- | share/man/man4/rtnetlink.4 | 7 |
3 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/genetlink.4 b/share/man/man4/genetlink.4 index 9cc5f3b9cbc1..e8da0472ce49 100644 --- a/share/man/man4/genetlink.4 +++ b/share/man/man4/genetlink.4 @@ -131,6 +131,7 @@ The following groups are defined: "notify" Notifies on family registrations/removal. .Ed .Sh SEE ALSO +.Xr snl 3 , .Xr netlink 4 .Sh HISTORY The diff --git a/share/man/man4/netlink.4 b/share/man/man4/netlink.4 index 2fa974df0ddf..90934bfe3ff6 100644 --- a/share/man/man4/netlink.4 +++ b/share/man/man4/netlink.4 @@ -336,6 +336,7 @@ or . .El .Sh SEE ALSO +.Xr snl 3 , .Xr genetlink 4 , .Xr rtnetlink 4 .Rs diff --git a/share/man/man4/rtnetlink.4 b/share/man/man4/rtnetlink.4 index 83521b50c9b5..f15e2690ef49 100644 --- a/share/man/man4/rtnetlink.4 +++ b/share/man/man4/rtnetlink.4 @@ -129,7 +129,8 @@ RTA_TABLE fib number or RT_TABLE_UNSPEC to return all fibs .It Dv RTA_METRICS (nested) Container attribute, listing route properties. The only supported sub-attribute is -.Dv RTAX_MTU , which stores path MTU as uint32_t. +.Dv RTAX_MTU , +which stores path MTU as uint32_t. .It Dv RTA_MULTIPATH This attribute contains multipath route nexthops with their weights. These nexthops are represented as a sequence of @@ -293,7 +294,8 @@ IFLA_IFNAME (string) created interface name Deletes the interface specified by .Dv IFLA_IFNAME . .Ss RTM_GETLINK -Fetches a single interface or all interfaces in the current VNET, depending on the +Fetches a single interface or all interfaces in the current VNET, +depending on the .Dv NLM_F_DUMP flag. Each interface is reported as a @@ -524,6 +526,7 @@ The following groups are defined: RTNLGRP_NEIGH Notifies on ARP/NDP neighbor arrival/removal/change .Ed .Sh SEE ALSO +.Xr snl 3 , .Xr netlink 4 , .Xr route 4 .Sh HISTORY |
