Files
vmware-nsx/vmware_nsx/db/maclearning.py
Adit Sarfaty 0d5d025acf NSX-V3| Fix port MAC learning flag handling
The MAC learning flag is saved in the DB and displayed only if it
was set by the user, or by the plugin (in case of ENS support).
If the value was unset - it is not added to the DB, and not displayed.

This patch fixes 2 issues with this logic:
1. Make sure False value is also saved in the DB
2. Make sure False value is also returned in show port command

Change-Id: Ifb167c192bf5001ac7415d32be5a382782a44708
2018-08-21 09:36:33 +03:00

2.9 KiB