|
305 | 305 | "cmdUnderTest": "$TC actions add action nat ingress default 10.10.10.1 index 12", |
306 | 306 | "expExitCode": "0", |
307 | 307 | "verifyCmd": "$TC actions get action nat index 12", |
308 | | - "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/32 10.10.10.1 pass.*index 12 ref", |
| 308 | + "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/0 10.10.10.1 pass.*index 12 ref", |
309 | 309 | "matchCount": "1", |
310 | 310 | "teardown": [ |
311 | 311 | "$TC actions flush action nat" |
|
332 | 332 | "cmdUnderTest": "$TC actions add action nat ingress any 10.10.10.1 index 12", |
333 | 333 | "expExitCode": "0", |
334 | 334 | "verifyCmd": "$TC actions get action nat index 12", |
335 | | - "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/32 10.10.10.1 pass.*index 12 ref", |
| 335 | + "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/0 10.10.10.1 pass.*index 12 ref", |
336 | 336 | "matchCount": "1", |
337 | 337 | "teardown": [ |
338 | 338 | "$TC actions flush action nat" |
|
359 | 359 | "cmdUnderTest": "$TC actions add action nat ingress all 10.10.10.1 index 12", |
360 | 360 | "expExitCode": "0", |
361 | 361 | "verifyCmd": "$TC actions get action nat index 12", |
362 | | - "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/32 10.10.10.1 pass.*index 12 ref", |
| 362 | + "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/0 10.10.10.1 pass.*index 12 ref", |
363 | 363 | "matchCount": "1", |
364 | 364 | "teardown": [ |
365 | 365 | "$TC actions flush action nat" |
|
548 | 548 | "cmdUnderTest": "$TC actions add action nat egress default 20.20.20.1 pipe index 10", |
549 | 549 | "expExitCode": "0", |
550 | 550 | "verifyCmd": "$TC actions get action nat index 10", |
551 | | - "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref", |
| 551 | + "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/0 20.20.20.1 pipe.*index 10 ref", |
552 | 552 | "matchCount": "1", |
553 | 553 | "teardown": [ |
554 | 554 | "$TC actions flush action nat" |
|
575 | 575 | "cmdUnderTest": "$TC actions add action nat egress any 20.20.20.1 pipe index 10", |
576 | 576 | "expExitCode": "0", |
577 | 577 | "verifyCmd": "$TC actions get action nat index 10", |
578 | | - "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref", |
| 578 | + "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/0 20.20.20.1 pipe.*index 10 ref", |
579 | 579 | "matchCount": "1", |
580 | 580 | "teardown": [ |
581 | 581 | "$TC actions flush action nat" |
|
602 | 602 | "cmdUnderTest": "$TC actions add action nat egress all 20.20.20.1 pipe index 10", |
603 | 603 | "expExitCode": "0", |
604 | 604 | "verifyCmd": "$TC actions get action nat index 10", |
605 | | - "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref", |
| 605 | + "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/0 20.20.20.1 pipe.*index 10 ref", |
606 | 606 | "matchCount": "1", |
607 | 607 | "teardown": [ |
608 | 608 | "$TC actions flush action nat" |
|
629 | 629 | "cmdUnderTest": "$TC actions add action nat egress all 20.20.20.1 pipe index 10 cookie aa1bc2d3eeff112233445566778800a1", |
630 | 630 | "expExitCode": "0", |
631 | 631 | "verifyCmd": "$TC actions get action nat index 10", |
632 | | - "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref.*cookie aa1bc2d3eeff112233445566778800a1", |
| 632 | + "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/0 20.20.20.1 pipe.*index 10 ref.*cookie aa1bc2d3eeff112233445566778800a1", |
633 | 633 | "matchCount": "1", |
634 | 634 | "teardown": [ |
635 | 635 | "$TC actions flush action nat" |
|
0 commit comments