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
- Removed one dirrection lookup test based on PR #238.
- Added connection tracking tests for the custom ageing timeout.
- Fixed spellcheck errors.
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 | -
110
109
@@ -115,8 +114,8 @@ Original table [link](https://github.com/Azure/DASH/blob/main/documentation/gene
115
114
| 1 | Traffic with invalid VIP (Inbound and Outbound) | -
116
115
| 2 | Traffic with valid VNI but no match to any ENI MAC | -
117
116
| 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
117
+
| 4 | Drop if CA DMAC does not match | `Vnet2VnetInboundTest.`<br/>`vnet2VnetInboundInvalidEniMacTest`
118
+
| 5 | Drop if PA SIP does not match on PA validation | `Vnet2VnetInboundTest.`<br/>`vnet2VnetInboundInvalidPaSrcIpTest`
120
119
121
120
### **Scaling & Performance**
122
121
@@ -132,7 +131,7 @@ To be defined.
132
131
- static rule
133
132
- based on mapping lookup
134
133
- inner packet SRC/DEST IP calculated based on part of outer packet SRC/DEST IP<br>
135
-
Question: What is static rule nad calculated values?
134
+
Question: What is static rule and calculated values?
136
135
1. How to test - Inbound (priority) route rules processing:
0 commit comments