-
Notifications
You must be signed in to change notification settings - Fork 1.5k
staticd: Add support for SRv6 Static SIDs #16894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f792a21
57031d4
2025a0c
807d900
7aefc15
e80f24d
3361577
73fdae9
07ba1cd
4d95807
69a49c7
2d23207
52c4028
2a50c75
f56a773
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,8 +16,7 @@ | |
| #define ISIS_DEFAULT_SRV6_MAX_SEG_LEFT_MSD 3 | ||
| #define ISIS_DEFAULT_SRV6_MAX_END_POP_MSD 3 | ||
| #define ISIS_DEFAULT_SRV6_MAX_H_ENCAPS_MSD 2 | ||
| #define ISIS_DEFAULT_SRV6_MAX_END_D_MSD 5 | ||
| #define ISIS_DEFAULT_SRV6_IFNAME "sr0" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if you remove the define, you will break the compilation.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
| #define ISIS_DEFAULT_SRV6_MAX_END_D_MSD 5 | ||
|
|
||
| /* SRv6 SID structure */ | ||
| struct isis_srv6_sid_structure { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.