mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 05:38:04 +02:00
device: fix reapply for policy routing rules
We need to re-sync the rules.
This commit is contained in:
parent
6b3783c77f
commit
310ea1bc6a
1 changed files with 2 additions and 0 deletions
|
|
@ -11550,6 +11550,8 @@ check_and_reapply_connection (NMDevice *self,
|
|||
nm_device_reactivate_ip4_config (self, s_ip4_old, s_ip4_new);
|
||||
nm_device_reactivate_ip6_config (self, s_ip6_old, s_ip6_new);
|
||||
|
||||
_routing_rules_sync (self, NM_TERNARY_TRUE);
|
||||
|
||||
reactivate_proxy_config (self);
|
||||
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue