Commit 5681e66
committed
systemvm: allow related and established routed traffic
Source local main commit:
- 166bb4304f systemvm: allow related and established routed traffic
Source Apache commits:
- 1fc4cb9 Routed VR: accept packets from related and established connections (apache#12986)
Change summary:
- add an nftables ct state established,related accept rule when creating forward chains in CsNetfilter
- leave the existing input/output ICMP allowance behavior unchanged
- record Record 044 sync notes in the history document
Functional impact:
- prevents routed VR forward chains from dropping reply traffic that belongs to already established or related connections
- improves flow continuity for routed guest traffic without widening new-connection exposure
Validation:
- cherry-pick from main applied cleanly on ablestack-europa with no additional manual conflict resolution
- runtime/systemvm test execution has not been run yet in this environment by request1 parent 7ad9fbc commit 5681e66
2 files changed
Lines changed: 25 additions & 0 deletions
File tree
- developer/history
- systemvm/debian/opt/cloud/bin/cs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1153 | 1153 | | |
1154 | 1154 | | |
1155 | 1155 | | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
1156 | 1179 | | |
1157 | 1180 | | |
1158 | 1181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
| 248 | + | |
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
| |||
0 commit comments