Realm: MACVLAN Profile: do not default to creating macvlans admin down. Appears to make them more difficult to assign IPs to

This commit is contained in:
Jed Reynolds
2020-12-03 14:52:43 -08:00
parent 862b3d0f4c
commit 6f0907cc86

View File

@@ -2414,8 +2414,8 @@ class MACVLANProfile(LFCliBase):
self.ip_list = []
self.COMMANDS = ["set_port"]
self.desired_set_port_cmd_flags = []
self.desired_set_port_current_flags = ["if_down"]
self.desired_set_port_interest_flags = ["current_flags", "ifdown"]
self.desired_set_port_current_flags = [] # do not default down, "if_down"
self.desired_set_port_interest_flags = ["current_flags"] # do not default down, "ifdown"
self.set_port_data = {
"shelf": 1,
"resource": 1,