mlxsw T8878: add noudpcsum vxlan option#2050
Conversation
📝 WalkthroughWalkthroughDocumentation for VXLAN interface configuration in ChangesVXLAN Parameter Documentation
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Retriggering AI Validation via close+reopen — the workflow on |
|
Claude finished @andamasov's task in 1m 37s —— View job VyOS Documentation Review
Issues
Needs Verification
Stats
|
| ```{cfgcmd} set interfaces vxlan \<interface\> parameters noudpcsum | ||
|
|
||
| Disable UDP checksums on the VXLAN interface. Some devices include | ||
| hardware-accelerated VXLAN offloading and require that VyOS's checksums be | ||
| disabled. | ||
| ``` |
There was a problem hiding this comment.
WARNING — CLI path not yet present in vyos-1x current
Doc says: set interfaces vxlan <interface> parameters noudpcsum
Source (.vyos-1x/interface-definitions/interfaces_vxlan.xml.in): the parameters node defines external, nolearning, neighbor-suppress, and vni-filter, but no noudpcsum leafNode. A repo-wide grep for noudpcsum / udpcsum in .vyos-1x/ returns zero matches (XML or Python).
Branch: rolling (vyos-1x: current)
The referenced vyos-1x PR vyos/vyos-1x#5201 appears not yet merged into the current branch this docs PR targets. Once that PR merges, this documentation will be accurate. Worth confirming the merge has landed before this docs PR is merged, otherwise the docs will describe a command that does not exist in the running VyOS image.
Minor wording nit: "VyOS's checksums" — these are kernel-generated UDP checksums on VXLAN-encapsulated packets, not something VyOS itself produces. Consider: "…require that UDP checksums on the outer VXLAN packet be disabled."
Change Summary
Apply documentation updates for T8878, adding
set interfaces vxlan <interface> parameters noudpcsum.Related Task(s)
Related PR(s)
vyos/vyos-1x#5201
Backport
Checklist: