Skip to content

veth: add support to configure veth interfaces

Fernando Fernández Mancera requested to merge (removed):veth_support into master

NetworkManager is now able to configure veth interfaces throught the NMSettingVeth. Veth interfaces only have "peer" property.

Veth connections cannot do "reapply" if the peer property has been modified. In order to update the peer profile, NetworkManager needs to deactivate the veth interface and activate it again with the new peer.

Signed-off-by: Fernando Fernandez Mancera ffmancera@riseup.net

Edited by Fernando Fernández Mancera

Merge request reports