nft-update-addresses: remove debug log on ULA case

main
Felix Stupp 1 year ago
parent 25117551b4
commit 376e54e564
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -389,9 +389,6 @@ class InterfaceUpdateHandler(UpdateStackHandler[IpAddressUpdate]):
values=(data.ip.network.compressed,),
)
if data.ip in IPv6_ULA_NET:
logger.debug(
f"{self.config.ifname}: only updated {set_prefix}net for changes in fc00::/7"
)
return
yield NftUpdate(
obj_type="set",

Loading…
Cancel
Save