PVSTP feature implementation#305
Conversation
common/schema.h
Outdated
| #define CFG_STP_GLOBAL_TABLE_NAME "STP" | ||
| #define CFG_STP_VLAN_TABLE_NAME "STP_VLAN" | ||
| #define CFG_STP_VLAN_INTF_TABLE_NAME "STP_VLAN_INTF" | ||
| #define CFG_STP_INTF_TABLE_NAME "STP_INTF" |
There was a problem hiding this comment.
we prefer not to change these table names
|
retest this please |
Verified STP on VS. Logs below:VS1: VLAN 100 - STP instance 0STP Bridge Parameters: RootBridge RootPath DesignatedBridge RootPort Max Hel Fwd STP Port Parameters: VS2: VLAN 100 - STP instance 0STP Bridge Parameters: RootBridge RootPath DesignatedBridge RootPort Max Hel Fwd STP Port Parameters: Also verified same on BRCM:root@sonic:/home/admin# config vlan add 100 VLAN 100 - STP instance 0STP Bridge Parameters: RootBridge RootPath DesignatedBridge RootPort Max Hel Fwd STP Port Parameters:
|
…PROM is not ready (sonic-net#305) * get_transceiver_info should return None when cmis cable eeprom is not ready Signed-off-by: Kebo Liu <[email protected]> * Add more comments to describe the change Signed-off-by: Kebo Liu <[email protected]> Signed-off-by: Kebo Liu <[email protected]>
PVSTP feature implementation