Commit 22c076a
authored
feat: ACL rules created by the DA will be updated in place. It is not a breaking change. You will see this log when upgrading to the new version in the DA. Current ACL rules have a bug where client side ports are restricted to same as server side port which is wrong as client side port is generated dynamically. With this change, that bug will be corrected. No existing traffic is blocked, only extra traffic will be allowed after this change. (#1106)
1 parent 03e8ce6 commit 22c076a
1 file changed
+20
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 206 | + | |
| 207 | + | |
210 | 208 | | |
211 | 209 | | |
212 | 210 | | |
213 | 211 | | |
214 | 212 | | |
215 | | - | |
| 213 | + | |
216 | 214 | | |
217 | | - | |
| 215 | + | |
218 | 216 | | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
| 217 | + | |
| 218 | + | |
223 | 219 | | |
224 | 220 | | |
225 | 221 | | |
226 | 222 | | |
227 | 223 | | |
228 | | - | |
| 224 | + | |
229 | 225 | | |
230 | 226 | | |
231 | 227 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
| 228 | + | |
| 229 | + | |
236 | 230 | | |
237 | 231 | | |
238 | 232 | | |
239 | 233 | | |
240 | 234 | | |
241 | | - | |
| 235 | + | |
242 | 236 | | |
243 | 237 | | |
244 | 238 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 239 | + | |
| 240 | + | |
249 | 241 | | |
250 | 242 | | |
251 | 243 | | |
252 | 244 | | |
253 | 245 | | |
254 | | - | |
| 246 | + | |
255 | 247 | | |
256 | | - | |
| 248 | + | |
257 | 249 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
| 250 | + | |
| 251 | + | |
262 | 252 | | |
263 | 253 | | |
264 | 254 | | |
265 | 255 | | |
266 | 256 | | |
267 | | - | |
| 257 | + | |
268 | 258 | | |
269 | 259 | | |
270 | 260 | | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
| 261 | + | |
| 262 | + | |
275 | 263 | | |
276 | 264 | | |
277 | 265 | | |
| |||
0 commit comments