deps: bump rtnetlink 0.20.0 to 0.21.0

Pulls netlink-packet-route 0.30.0, which adds DEVCONF_FORCE_FORWARDING
to Inet6DevConf for kernel 6.17+. Closes the IFLA_INET6_CONF WARN
observed on kernel-6.17 hosts during fips startup.

Zero source edits: FIPS does not use the deprecated
link_local_address API or the renamed StablePrivacy display path.

Live-host WARN-absence verification on a kernel-6.17 host is
scheduled for a separate deploy.
This commit is contained in:
Johnathan Corgan
2026-05-08 16:08:55 +00:00
parent 1d7d0d2522
commit b547dd70f5
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ tun = { version = "0.8.7", features = ["async"] }
libc = "0.2"
[target.'cfg(target_os = "linux")'.dependencies]
rtnetlink = "0.20.0"
rtnetlink = "0.21.0"
rustables = "0.8.7"
# bluer/BlueZ needs glibc — see build.rs `bluer_available` cfg gate.