summaryrefslogtreecommitdiffstats
path: root/man7/rtnetlink.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/rtnetlink.7')
-rw-r--r--man7/rtnetlink.718
1 files changed, 8 insertions, 10 deletions
diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7
index 5d58948b1..3b6465f5a 100644
--- a/man7/rtnetlink.7
+++ b/man7/rtnetlink.7
@@ -1,18 +1,13 @@
'\" t
-.\" This man page is Copyright (C) 1999 Andi Kleen <ak@muc.de>.
+.\" SPDX-License-Identifier: Linux-man-pages-1-para
.\"
-.\" %%%LICENSE_START(VERBATIM_ONE_PARA)
-.\" Permission is granted to distribute possibly modified copies
-.\" of this page provided the header is included verbatim,
-.\" and in case of nontrivial modification author and date
-.\" of the modification is added to the header.
-.\" %%%LICENSE_END
+.\" This man page is Copyright (C) 1999 Andi Kleen <ak@muc.de>.
.\"
.\" Based on the original comments from Alexey Kuznetsov, written with
.\" help from Matthew Wilcox.
.\" $Id: rtnetlink.7,v 1.8 2000/01/22 01:55:04 freitag Exp $
.\"
-.TH rtnetlink 7 2022-12-15 "Linux man-pages 6.03"
+.TH rtnetlink 7 2023-07-15 "Linux man-pages 6.05.01"
.SH NAME
rtnetlink \- Linux routing socket
.SH SYNOPSIS
@@ -105,6 +100,9 @@ IFLA_QDISC:asciiz string:Queueing discipline
IFLA_STATS:T{
see below
T}:Interface Statistics
+IFLA_PERM_ADDRESS:hardware address:T{
+hardware address provided by device (since Linux 5.5)
+T}
.TE
.IP
The value type for
@@ -203,7 +201,7 @@ struct rtmsg {
unsigned char rtm_protocol; /* Routing protocol; see below */
unsigned char rtm_scope; /* See below */
unsigned char rtm_type; /* See below */
-
+\&
unsigned int rtm_flags;
};
.EE
@@ -440,7 +438,7 @@ struct ndmsg {
__u8 ndm_flags; /* Flags */
__u8 ndm_type;
};
-
+\&
struct nda_cacheinfo {
__u32 ndm_confirmed;
__u32 ndm_used;