This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/src/sonic-config-engine
Dev Ojha 8a4f42d883
[202012][Buffer] Added cable length config to buffer config template for EdgeZoneAggregator (#14539)
#### Why I did it
SONiC currently does not identify 'EdgeZoneAggregator' neighbor. As a result, the buffer profile attached to those interfaces uses the default cable length which could cause ingress packet drops due to insufficient headroom. Hence, there is a need to update the buffer templates to identify such neighbors and assign the same cable length as used by the T1.

Original PR for master: #14280 

#### How I did it
Modified the buffer template to identify EdgeZoneAggregator as a neighbor device type and assign it the same cable length as a T1/leaf router. 

#### How to verify it
Unit tests pass, and manually checked on a 7260 to see the changes take effect. 

#### Description for the changelog
[Buffer] Added cable length config to buffer config template for EdgeZoneAggregator
2023-04-10 11:58:34 -07:00
..
data Support L1 & L3 Config generation in SONiC (#7637) 2021-08-07 12:40:06 +00:00
tests [202012][Buffer] Added cable length config to buffer config template for EdgeZoneAggregator (#14539) 2023-04-10 11:58:34 -07:00
__init__.py [cfggen] Remove NatSorted 2020-09-30 07:07:43 -07:00
.gitignore [sonic-config-engine] Update .gitignore (#5223) 2020-08-20 11:09:10 -07:00
config_samples.py Support L1 & L3 Config generation in SONiC (#7637) 2021-08-07 12:40:06 +00:00
lazy_re.py [sonic-cfggen] optimize sonic-cfggen startup (#3658) 2019-10-31 09:17:29 -07:00
MANIFEST.in [config/acl] Support everflow config translation (#468) 2017-04-07 01:10:05 -07:00
minigraph.py [202012] [qos] Update RDMA-CENTRIC lossy profile to use static threshold for Th devices (#14398) 2023-03-24 10:41:48 -07:00
openconfig_acl.py [openconfig_acl] Allow setting ICMP type/code to 0 (#6932) 2021-03-04 21:23:05 +00:00
portconfig.py [sonic-config-engine][portconfig] Do not parse JSON as Python AST (#10224) 2022-11-23 10:43:05 +00:00
redis_bcc.py sonic-config-engine uses libswsscommon instead of swsssdk (#6406) 2021-01-22 10:56:13 -08:00
setup.py [202012][Security][CVE-2022-2309] Upgrade lxml from 4.6.5 to 4.9.1 (#14066) 2023-03-07 09:43:46 +00:00
sonic-acl-extension.yang [openconfig_acl] Allow setting ICMP type/code to 0 (#6932) 2021-03-04 21:23:05 +00:00
sonic-cfggen Port the fix to get the PCI_id from asic.conf file from 201911 --> master branch (#7513) 2022-01-25 22:17:29 +00:00