You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated LLDP startup configuration for multi-asic (sonic-net#15440)
What I did:
Changes in LLDP Configuration to handle this:
Enable LLDP only on front panel interfaces.
Why I did:
This is done to free up CPU cycle as we don't see use for that in multi-asic and also for Chassis we have disable lldp docker on supervisor so there is no lldp peering even if send LLDP BPDU on backplane ports
For multi-asic do not generate lldpd.conf with eth0 related configuration
Why I did:
In namespace lldp docker there is no need to generate eth0 configuration. It gives not needed errror message as seen here sonic-net#15382
How I did it:
Instead of relying on DEVICE_METADTA sub_role we are using NAMESPACE_ID environmental variable (passed to all docker instance) which will be > 0 for multiasic docker instance and not define for global/host docker instance.
---------
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
0 commit comments