File tree 2 files changed +4
-244
lines changed
src/sonic-config-engine/tests/sample_output
2 files changed +4
-244
lines changed Original file line number Diff line number Diff line change 131
131
{{ defs.generate_pg_profils(port_names_active) }}
132
132
{% else %}
133
133
"BUFFER_PG": {
134
- {% for port in PORT_ALL %}
134
+ {% for port in PORT_ACTIVE %}
135
135
"{{ port }}|0": {
136
136
"profile" : "[BUFFER_PROFILE|ingress_lossy_profile]"
137
137
}{% if not loop .last %} ,{% endif %}
@@ -144,17 +144,17 @@ def
144
144
{{ defs.generate_queue_buffers(port_names_active) }}
145
145
{% else %}
146
146
"BUFFER_QUEUE": {
147
- {% for port in PORT_ALL %}
147
+ {% for port in PORT_ACTIVE %}
148
148
"{{ port }}|3-4": {
149
149
"profile" : "[BUFFER_PROFILE|egress_lossless_profile]"
150
150
},
151
151
{% endfor %}
152
- {% for port in PORT_ALL %}
152
+ {% for port in PORT_ACTIVE %}
153
153
"{{ port }}|0-2": {
154
154
"profile" : "[BUFFER_PROFILE|egress_lossy_profile]"
155
155
},
156
156
{% endfor %}
157
- {% for port in PORT_ALL %}
157
+ {% for port in PORT_ACTIVE %}
158
158
"{{ port }}|5-6": {
159
159
"profile" : "[BUFFER_PROFILE|egress_lossy_profile]"
160
160
}{% if not loop .last %} ,{% endif %}
You can’t perform that action at this time.
0 commit comments