Commit 94468a8
committed
[orchagent]: VXLAN: Fix oper_status and tunnel encapsulation TTL (sonic-net#3383)
* VXLAN: Fix oper_status and tunnel encapsulation TTL
This fixes 2 issues across a range of open tickets building upon patches
created by others with modifications as requested by @VladimirKuk.
The first issue this resolves is the status shown for remote vteps
which in the fact that it is wrong makes debugging nearly impossible:
```
+------------+------------+-------------------+--------------+
| SIP | DIP | Creation Source | OperStatus |
+============+============+===================+==============+
| 172.16.0.1 | 172.16.0.2 | EVPN | oper_down |
+------------+------------+-------------------+--------------+
Total count : 1
```1 parent 1aabc6c commit 94468a8
File tree
4 files changed
+15
-4
lines changed- orchagent
- tests
4 files changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7285 | 7285 | | |
7286 | 7286 | | |
7287 | 7287 | | |
| 7288 | + | |
7288 | 7289 | | |
| 7290 | + | |
7289 | 7291 | | |
7290 | 7292 | | |
7291 | 7293 | | |
| |||
7296 | 7298 | | |
7297 | 7299 | | |
7298 | 7300 | | |
| 7301 | + | |
7299 | 7302 | | |
7300 | 7303 | | |
7301 | 7304 | | |
| |||
8253 | 8256 | | |
8254 | 8257 | | |
8255 | 8258 | | |
| 8259 | + | |
| 8260 | + | |
8256 | 8261 | | |
8257 | 8262 | | |
8258 | | - | |
8259 | 8263 | | |
8260 | 8264 | | |
8261 | 8265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
199 | | - | |
| 200 | + | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| |||
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
302 | | - | |
| 303 | + | |
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
| 572 | + | |
| 573 | + | |
572 | 574 | | |
573 | 575 | | |
574 | 576 | | |
| |||
675 | 677 | | |
676 | 678 | | |
677 | 679 | | |
| 680 | + | |
| 681 | + | |
678 | 682 | | |
679 | 683 | | |
680 | 684 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| |||
0 commit comments