Commit 14b2b14
[linux-cp]: Align lcp-auto-subint state across syncd-vpp and sonic-vpp
Both docker-syncd-vpp and docker-sonic-vpp now disable lcp-auto-subint and
carry the same rationale comment, so sairedis is the sole producer of LAG
sub-port LCP pairs in either deployment model (multi-container VM image
or single-container sonic-vpp image).
Also rewrites the existing rationale comment in docker-syncd-vpp to be
more accurate: configure_lcp_interface pairs BondEthernet<id>.<vlan> with
be<id>.<vlan> (not with PortChannel<id>.<vlan>); the bridge to
PortChannel<id>.<vlan> is a separate tc mirred step in the same SAI RIF
create. ARP replies do reach the correct LCP host tap; the kernel drops
them because the IP lives on a different netdev.
Signed-off-by: Lun Yue <17232861+lunyue-ms@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9eecd78 commit 14b2b14
2 files changed
Lines changed: 13 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
300 | 306 | | |
301 | 307 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
0 commit comments