diff options
Diffstat (limited to 'regress/sbin/pfctl/pf81.in')
-rw-r--r-- | regress/sbin/pfctl/pf81.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf81.in b/regress/sbin/pfctl/pf81.in new file mode 100644 index 00000000000..ac25c49dc65 --- /dev/null +++ b/regress/sbin/pfctl/pf81.in @@ -0,0 +1,12 @@ +# skip step optimization involving dynaddr, tables, no-route +# optimisation should be done on theses rules + +ip_list="{ ::1 ::2 ::3 0.0.0.1 0.0.0.2 0.0.0.3 }" +table_list="{ <bar1> <bar2> <bar3> }" +pass from (lo0) to $ip_list +pass from <foo> to $table_list +pass from <foo> to $ip_list +pass from <foo> to $table_list +pass from no-route to $table_list +pass from no-route to $ip_list +pass from no-route to $table_list |