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:
78
78
attribute-sets :
79
79
-
80
80
name : addr-attrs
81
+ name-prefix : ifa-
81
82
attributes :
82
83
-
83
- name : ifa- address
84
+ name : address
84
85
type : binary
85
86
display-hint : ipv4
86
87
-
87
- name : ifa- local
88
+ name : local
88
89
type : binary
89
90
display-hint : ipv4
90
91
-
91
- name : ifa- label
92
+ name : label
92
93
type : string
93
94
-
94
- name : ifa- broadcast
95
+ name : broadcast
95
96
type : binary
96
97
display-hint : ipv4
97
98
-
98
- name : ifa- anycast
99
+ name : anycast
99
100
type : binary
100
101
-
101
- name : ifa- cacheinfo
102
+ name : cacheinfo
102
103
type : binary
103
104
struct : ifa-cacheinfo
104
105
-
105
- name : ifa- multicast
106
+ name : multicast
106
107
type : binary
107
108
-
108
- name : ifa- flags
109
+ name : flags
109
110
type : u32
110
111
enum : ifa-flags
111
112
enum-as-flags : true
112
113
-
113
- name : ifa- rt-priority
114
+ name : rt-priority
114
115
type : u32
115
116
-
116
- name : ifa- target-netnsid
117
+ name : target-netnsid
117
118
type : binary
118
119
-
119
- name : ifa- proto
120
+ name : proto
120
121
type : u8
121
122
122
123
@@ -137,10 +138,10 @@ operations:
137
138
- ifa-prefixlen
138
139
- ifa-scope
139
140
- ifa-index
140
- - ifa- address
141
- - ifa- label
142
- - ifa- local
143
- - ifa- cacheinfo
141
+ - address
142
+ - label
143
+ - local
144
+ - cacheinfo
144
145
-
145
146
name : deladdr
146
147
doc : Remove address
@@ -154,8 +155,8 @@ operations:
154
155
- ifa-prefixlen
155
156
- ifa-scope
156
157
- ifa-index
157
- - ifa- address
158
- - ifa- local
158
+ - address
159
+ - local
159
160
-
160
161
name : getaddr
161
162
doc : Dump address information.
@@ -169,7 +170,7 @@ operations:
169
170
value : 20
170
171
attributes : *ifaddr-all
171
172
-
172
- name : getmaddrs
173
+ name : getmulticast
173
174
doc : Get / dump IPv4/IPv6 multicast addresses.
174
175
attribute-set : addr-attrs
175
176
fixed-header : ifaddrmsg
@@ -182,11 +183,12 @@ operations:
182
183
reply :
183
184
value : 58
184
185
attributes : &mcaddr-attrs
185
- - ifa- multicast
186
- - ifa- cacheinfo
186
+ - multicast
187
+ - cacheinfo
187
188
dump :
188
189
request :
189
190
value : 58
191
+ attributes :
190
192
- ifa-family
191
193
reply :
192
194
value : 58
You can’t perform that action at this time.
0 commit comments