Skip to content

ipv4_manual_addr_preferred_over_dhcp: add a test

Lubomir Rintel requested to merge lr/manual-precedence-over-dhcp into master

Prior to NetworkManager 1.36, when the same address is assigned manually as well as dynamically, its lifetime would sometimes be that of the DHCP lease and sometimes permanent depending on various factors.

With NetworkManager/next branch merge, the precedence is clear -- the manually assigned address allways wins. Let's test for that.

Merge request reports