Skip to content

device: flush IP configuration of slaves during activation

Beniamino Galvani requested to merge bg/flush-slaves-ipv6-rh1816517 into master

If a device only has an IPv6 link-local address, we don't generate an assumed connection. Therefore, when a new slave connection (without IP configuration) is activated on the device, we don't deactivate any existing connection and the link-local address remains configured.

The IP configuration of an activated slave should be predictable and not depend on the previous state; let's flush addresses and routes on activation.

https://bugzilla.redhat.com/show_bug.cgi?id=1816517

Merge request reports