Skip to content

Commit

Permalink
Added VNet delete flow (#324)
Browse files Browse the repository at this point in the history
* Update Vxlan_hld.md
* Update revision number
  • Loading branch information
prsunny authored Jan 26, 2019
1 parent 14b600b commit aa62de4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions doc/vxlan/Vxlan_hld.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vxlan SONiC
# High Level Design Document
### Rev 1.2
### Rev 1.3

# Table of Contents
* [List of Tables](#list-of-tables)
Expand Down Expand Up @@ -40,6 +40,7 @@
| 1.0 | | Prince Sunny | Review comments/feedback |
| 1.1 | | Prince Sunny | Review comments |
| 1.2 | | Prince Sunny | Design change for VNET Table flow |
| 1.3 | | Prince Sunny | VNet and Route Delete flow |

# About this Manual
This document provides general information about the Vxlan feature implementation in SONiC.
Expand Down Expand Up @@ -232,7 +233,7 @@ VNET_ROUTE_TABLE:{{vnet_name}}:{{prefix}}
VNET_ROUTE_TUNNEL_TABLE:{{vnet_name}}:{{prefix}}
"endpoint": {{ip_address}}
"mac_address":{{mac_address}} (OPTIONAL)
"vxlanid": {{vni}}(OPTIONAL)
"vni": {{vni}}(OPTIONAL)
```

```
Expand Down Expand Up @@ -265,7 +266,7 @@ key = VNET_ROUTE_TUNNEL_TABLE:vnet_name:prefix
; field = value
ENDPOINT = ipv4 ; Host VM IP address
MAC_ADDRESS = 12HEXDIG ; Inner dest mac in encapsulated packet (Optional)
VXLANID = DIGITS ; VNI value in encapsulated packet (Optional)
VNI = DIGITS ; VNI value in encapsulated packet (Optional)
```

```
Expand Down Expand Up @@ -404,6 +405,10 @@ Commands:

![](https://github.com/Azure/SONiC/blob/master/images/vxlan_hld/vnet_vxlan_cntrl_flow_2.png)

![](https://github.com/Azure/SONiC/blob/master/images/vxlan_hld/vnet_vxlan_route_delete.png)

![](https://github.com/Azure/SONiC/blob/master/images/vxlan_hld/vnet_vxlan_vnet_delete.png)

## Layer 2 Vxlan
TBD

Expand Down

0 comments on commit aa62de4

Please sign in to comment.