-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: better link update handling for vxlan
- Loading branch information
1 parent
b91c0c1
commit 6e49f07
Showing
9 changed files
with
413 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
controllers/topology/test-fixtures/golden/tunnels/allocate-tunnel-ids/updating-tunnels.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"srl1": [ | ||
{ | ||
"tunnelID": 1, | ||
"destination": "topo-1-srl2.clabernetes.svc.cluster.local", | ||
"localNode": "srl1", | ||
"localInterface": "e1-1", | ||
"remoteNode": "srl2", | ||
"remoteInterface": "e1-3" | ||
}, | ||
{ | ||
"tunnelID": 2, | ||
"destination": "topo-1-srl2.clabernetes.svc.cluster.local", | ||
"localNode": "srl1", | ||
"localInterface": "e1-2", | ||
"remoteNode": "srl2", | ||
"remoteInterface": "e1-1" | ||
}, | ||
{ | ||
"tunnelID": 3, | ||
"destination": "topo-1-srl2.clabernetes.svc.cluster.local", | ||
"localNode": "srl1", | ||
"localInterface": "e1-3", | ||
"remoteNode": "srl2", | ||
"remoteInterface": "e1-2" | ||
} | ||
], | ||
"srl2": [ | ||
{ | ||
"tunnelID": 1, | ||
"destination": "topo-1-srl1.clabernetes.svc.cluster.local", | ||
"localNode": "srl2", | ||
"localInterface": "e1-3", | ||
"remoteNode": "srl1", | ||
"remoteInterface": "e1-1" | ||
}, | ||
{ | ||
"tunnelID": 2, | ||
"destination": "topo-1-srl1.clabernetes.svc.cluster.local", | ||
"localNode": "srl2", | ||
"localInterface": "e1-1", | ||
"remoteNode": "srl1", | ||
"remoteInterface": "e1-2" | ||
}, | ||
{ | ||
"tunnelID": 3, | ||
"destination": "topo-1-srl1.clabernetes.svc.cluster.local", | ||
"localNode": "srl2", | ||
"localInterface": "e1-2", | ||
"remoteNode": "srl1", | ||
"remoteInterface": "e1-3" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.