Commit 25647cd
authored
[fpmsyncd]: Add Support for SRv6 VPN Route and PIC Context Processing (#3605)
What I did
Add related handling functions for SRv6 VPN Route and PIC Context in RouteSync.
And add some associated fields for database.
Why I did it
To supplement the functionality of SRv6 VPN Route and PIC Context.
How I verified it
This change is part of the PhoenixWing project. The functionality has already been tested and running in the PhoenixWing.
To improve coverage, unit tests using mock objects for the internal processing logic of Srv6 Vpn Route and Pic Context have been added.1 parent 820eb74 commit 25647cd
File tree
7 files changed
+1697
-22
lines changed- fpmsyncd
- tests/mock_tests/fpmsyncd
7 files changed
+1697
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
285 | 290 | | |
286 | 291 | | |
287 | 292 | | |
288 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
289 | 299 | | |
290 | 300 | | |
291 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments