File tree Expand file tree Collapse file tree 3 files changed +115
-111
lines changed
Documentation/netlink/specs
tools/testing/selftests/net Expand file tree Collapse file tree 3 files changed +115
-111
lines changed Original file line number Diff line number Diff line change @@ -78,45 +78,46 @@ definitions:
7878attribute-sets :
7979 -
8080 name : addr-attrs
81+ name-prefix : ifa-
8182 attributes :
8283 -
83- name : ifa- address
84+ name : address
8485 type : binary
8586 display-hint : ipv4
8687 -
87- name : ifa- local
88+ name : local
8889 type : binary
8990 display-hint : ipv4
9091 -
91- name : ifa- label
92+ name : label
9293 type : string
9394 -
94- name : ifa- broadcast
95+ name : broadcast
9596 type : binary
9697 display-hint : ipv4
9798 -
98- name : ifa- anycast
99+ name : anycast
99100 type : binary
100101 -
101- name : ifa- cacheinfo
102+ name : cacheinfo
102103 type : binary
103104 struct : ifa-cacheinfo
104105 -
105- name : ifa- multicast
106+ name : multicast
106107 type : binary
107108 -
108- name : ifa- flags
109+ name : flags
109110 type : u32
110111 enum : ifa-flags
111112 enum-as-flags : true
112113 -
113- name : ifa- rt-priority
114+ name : rt-priority
114115 type : u32
115116 -
116- name : ifa- target-netnsid
117+ name : target-netnsid
117118 type : binary
118119 -
119- name : ifa- proto
120+ name : proto
120121 type : u8
121122
122123
@@ -137,10 +138,10 @@ operations:
137138 - ifa-prefixlen
138139 - ifa-scope
139140 - ifa-index
140- - ifa- address
141- - ifa- label
142- - ifa- local
143- - ifa- cacheinfo
141+ - address
142+ - label
143+ - local
144+ - cacheinfo
144145 -
145146 name : deladdr
146147 doc : Remove address
@@ -154,8 +155,8 @@ operations:
154155 - ifa-prefixlen
155156 - ifa-scope
156157 - ifa-index
157- - ifa- address
158- - ifa- local
158+ - address
159+ - local
159160 -
160161 name : getaddr
161162 doc : Dump address information.
@@ -169,7 +170,7 @@ operations:
169170 value : 20
170171 attributes : *ifaddr-all
171172 -
172- name : getmaddrs
173+ name : getmulticast
173174 doc : Get / dump IPv4/IPv6 multicast addresses.
174175 attribute-set : addr-attrs
175176 fixed-header : ifaddrmsg
@@ -182,11 +183,12 @@ operations:
182183 reply :
183184 value : 58
184185 attributes : &mcaddr-attrs
185- - ifa- multicast
186- - ifa- cacheinfo
186+ - multicast
187+ - cacheinfo
187188 dump :
188189 request :
189190 value : 58
191+ attributes :
190192 - ifa-family
191193 reply :
192194 value : 58
You can’t perform that action at this time.
0 commit comments