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
assert_line_order "${dryrun_output}""meta mark set 16777216"'add rule inet box_mangle box_main return comment "BOX_POLICY_PLACEHOLDER"'
452
+
assert_contains "${dryrun_output}""add rule inet box_mangle output meta skuid 0 ip daddr 198.18.0.0/16 jump box_main"
453
+
assert_contains "${dryrun_output}""add rule ip box_nat output meta skuid 0 ip daddr 198.18.0.0/16 jump box_main"
454
+
assert_line_order "${dryrun_output}""add rule inet box_mangle output meta skuid 0 ip daddr 198.18.0.0/16 jump box_main""add rule inet box_mangle output meta skuid 0 return"
455
+
assert_line_order "${dryrun_output}""add rule ip box_nat output meta skuid 0 ip daddr 198.18.0.0/16 jump box_main""add rule ip box_nat output meta skuid 0 return"
456
+
assert_line_order "${dryrun_output}""add rule inet box_mangle output meta skuid 0 jump box_dns""add rule inet box_mangle output meta skuid 0 return"
457
+
assert_line_order "${dryrun_output}""add rule ip box_nat output meta skuid 0 jump box_dns""add rule ip box_nat output meta skuid 0 return"
452
458
453
459
printf'[6/13] trace mode logs external commands with action context\n'
0 commit comments