diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-07-19 14:18:10 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-07-19 14:18:10 +0000 |
commit | fcbfa056f3ecfb3fa9660add2df7f93093054eda (patch) | |
tree | 72a2ffa7f8300e660b7ef0e461e7005977e29c2c /regress/sbin/pfctl/pf81.in | |
parent | affd738f0531e9799db4ec0d6dec94381e6c19b3 (diff) |
Skip step optimization involving dynaddr, tables, no-route.
Optimisation should be done on theses rules.
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 |