You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added conntrack.md
- Updated existing vnet.md and eni.md
- Added link to the test plans in dash-sonic-hld.md
Signed-off-by: Anton Putria <[email protected]>
| 4 | Use same prefixes in CA and PA networks for outbound and inbound VNET at the same time | -
106
110
107
111
### **Negative**
108
112
@@ -111,6 +115,8 @@ Original table [link](https://github.com/Azure/DASH/blob/main/documentation/gene
111
115
| 1 | Traffic with invalid VIP (Inbound and Outbound) | -
112
116
| 2 | Traffic with valid VNI but no match to any ENI MAC | -
113
117
| 3 | Invalid configurations:<br>- Multiple MACs for same ENI<br>- All different VNIs in ENI, direction lookup, vnet configuration.<br>- Add same VNI for different direction lookup entries. | -
118
+
| 4 | Drop if CA DMAC does not match | Vnet2VnetInboundTest.<br/>vnet2VnetInboundInvalidEniMacTest
119
+
| 5 | Drop if PA SIP does not match on PA validation | Vnet2VnetInboundTest.<br/>vnet2VnetInboundInvalidPaSrcIpTest
114
120
115
121
### **Scaling & Performance**
116
122
@@ -119,6 +125,7 @@ To be defined.
119
125
120
126
### **To clarify / Future**
121
127
128
+
1. Items 5 and 7 in [other requirements](#other) are conflicting to each other.
122
129
1. What is relation between vm_vni and vnet_id in ENI create?
123
130
1. The lookup table is per ENI, but could be Global, or multiple Global lookup tables per ENIs. How to configure global lookup? Multiple lookups?
0 commit comments