| author | |
| committer | |
| log | a3f7a48d9c9916a36a0b246eefbf5516e9400b95 |
| tree | dbe08db5eddca77a90f536d0ceebde5b159dfb1b |
| parent | 9f8d1a9ff30d6363ff97d9071dd585b9a7e6f3a7 |
The documentation (e.g. `man 7 rtnetlink`) states that ifi_change "is reserved for future use and should be always set to 0xFFFFFFFF". This is no longer true, even though the text hasn't been updated.1 files changed, 1 insertions(+), 2 deletions(-)
lib/std/os/bits/linux/netlink.zig+1-2| ... | @@ -273,8 +273,7 @@ pub const ifinfomsg = extern struct { | ... | @@ -273,8 +273,7 @@ pub const ifinfomsg = extern struct { |
| 273 | flags: c_uint, | 273 | flags: c_uint, |
| 274 | 274 | ||
| 275 | /// IFF_* change mask | 275 | /// IFF_* change mask |
| 276 | /// is reserved for future use and should be always set to 0xFFFFFFFF. | 276 | change: c_uint, |
| 277 | change: c_uint = 0xFFFFFFFF, | ||
| 278 | }; | 277 | }; |
| 279 | 278 | ||
| 280 | pub const rtattr = extern struct { | 279 | pub const rtattr = extern struct { |