Commit 0cb1194
authored
[fpmsyncd]: Add support for SRv6 (sonic-net#3123)
* [fpmsyncd]: Add support for SRv6
What I did
Extended fpmsyncd to process Netlink TLVs containing SRv6 information (SRv6 local SIDs and routes).
Extend fpmsyncd to process SRv6 routes and local SIDs received from FRR
Add test cases to verify SRv6 functionality
Why I did it
fpmsyncd did not process Netlink TLVs containing SRv6 information (SRv6 local SIDs and routes).1 parent 936e53d commit 0cb1194
12 files changed
Lines changed: 4325 additions & 17 deletions
File tree
- fpmsyncd
- orchagent
- tests
- mock_tests
- fpmsyncd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments