forked from sonic-net/sonic-utilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VxLAN]Fix Vxlan delete command to throw error when there are referen…
…ces (sonic-net#2404) *Check for VNET references for vxlan before deleting vxlan object
- Loading branch information
1 parent
721248c
commit d72e975
Showing
3 changed files
with
42 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"VNET|Vnet_2000": { | ||
"peer_list": "", | ||
"vni": "2000", | ||
"vxlan_tunnel": "tunnel1" | ||
}, | ||
"VXLAN_TUNNEL|tunnel1": { | ||
"src_ip": "10.10.10.10" | ||
} | ||
} |
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