frr: patch staticd to use non-uSID SRv6 behaviors#435
frr: patch staticd to use non-uSID SRv6 behaviors#435maxime-leroy wants to merge 1 commit intoDPDK:mainfrom
Conversation
📝 WalkthroughWalkthroughThis pull request extends SRv6 support in FRR by adding non-uSID endpoint behavior mappings. The changes update the local SID behavior translation to map 📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (1)**/*.sh⚙️ CodeRabbit configuration file
Files:
🧠 Learnings (1)📓 Common learnings🔇 Additional comments (3)
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 |
e7c09a3 to
3759263
Compare
Grout does not support uSID/CSID SIDs, but FRR staticd configures them by
default, causing errors in SRv6 smoke tests ("not supported next-c-sid
for srv6 local").
Apply a local FRR patch switching DT behaviors to their non-uSID variants
(End, End.X, End.DT{4,6,46}) until upstream FRR adds native support.
Signed-off-by: Maxime Leroy <maxime@leroys.fr>
3759263 to
c7d356a
Compare
Grout does not support uSID/CSID SIDs, but FRR staticd configures them by default, causing errors in SRv6 smoke tests ("not supported next-c-sid for srv6 local").
Apply a local FRR patch switching DT behaviors to their non-uSID variants (End, End_X, End_DT{4,6,46}) until upstream FRR adds native support.
(not merge until patch is accepted on FRR)