veth: OVS controller must be activated before the veth

OVS controller must be activated before the veth in order to avoid
activation errors.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
Fernando Fernandez Mancera 2021-01-18 16:08:35 +01:00 committed by Gris Ge
parent 5bdd078c13
commit a0bf963345

View File

@ -74,11 +74,11 @@ class NmProfile:
ACTION_DEACTIVATE_FIRST,
ACTION_TOP_MASTER,
ACTION_NEW_IFACES,
ACTION_NEW_VETH,
ACTION_NEW_VETH_PEER,
ACTION_OTHER_MASTER,
ACTION_NEW_OVS_PORT,
ACTION_NEW_OVS_IFACE,
ACTION_NEW_VETH,
ACTION_NEW_VETH_PEER,
ACTION_MODIFIED,
ACTION_NEW_VLAN,
ACTION_NEW_VXLAN,