device: fix reapply for policy routing rules

We need to re-sync the rules.
This commit is contained in:
Thomas Haller 2019-07-29 16:08:41 +02:00
parent 6b3783c77f
commit 310ea1bc6a

View file

@ -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;