Commit 8339ffe
authored
Added the 'ttl_mode' attribute for VxLANs. (#24657)
Why I did it
To allow specifying the decap TTL mode used for each VxLAN tunnel.
Work item tracking
Microsoft ADO (number only): 35743756
How I did it
Added the new attribtue ttl_mode for each VxLAN, which can be set to uniform or pipe.
sonic-swss PR: sonic-net/sonic-swss#3963
How to verify it
Run the tests modified in this PR, or build an image with these changes and see if this attribute can be set without any errors.1 parent 1754233 commit 8339ffe
File tree
4 files changed
+50
-3
lines changed- src/sonic-yang-models
- doc
- tests/yang_model_tests
- tests_config
- tests
- yang-models
4 files changed
+50
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2837 | 2837 | | |
2838 | 2838 | | |
2839 | 2839 | | |
2840 | | - | |
| 2840 | + | |
| 2841 | + | |
2841 | 2842 | | |
2842 | 2843 | | |
2843 | 2844 | | |
| |||
2864 | 2865 | | |
2865 | 2866 | | |
2866 | 2867 | | |
2867 | | - | |
| 2868 | + | |
| 2869 | + | |
2868 | 2870 | | |
2869 | 2871 | | |
2870 | 2872 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
Lines changed: 32 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
354 | 385 | | |
355 | | - | |
| 386 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| |||
0 commit comments