Store PHY MAC for VFs and restore after free

This commit is contained in:
2021-06-22 00:54:32 -04:00
parent 60e1da09dd
commit e623909a43
4 changed files with 4 additions and 1 deletions

View File

@@ -500,6 +500,7 @@ class ZKSchema(object):
'pf': '/pf',
'mtu': '/mtu',
'mac': '/mac',
'phy_mac': '/phy_mac',
'config': '/config',
'config.vlan_id': '/config/vlan_id',
'config.vlan_qos': '/config/vlan_qos',