diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-12-31 16:12:10 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-12-31 16:12:10 +0000 |
commit | b91c88e67ce5819b9a0a7e9bb9771a371172e398 (patch) | |
tree | f77c1fd62480f4fb7b6d5ba3f02ebd0030703f60 /regress/sbin/pfctl/pf17.in | |
parent | abc0ecea981a3b9b29bbb56d4ba9b77f7f09611e (diff) |
Test new interface syntax.
Diffstat (limited to 'regress/sbin/pfctl/pf17.in')
-rw-r--r-- | regress/sbin/pfctl/pf17.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf17.in b/regress/sbin/pfctl/pf17.in index d776ddbb2f5..72333a10085 100644 --- a/regress/sbin/pfctl/pf17.in +++ b/regress/sbin/pfctl/pf17.in @@ -36,3 +36,18 @@ binat on lo0 from ::1 to (lo1000000:0) -> ::2 binat on lo0 from ::1 to !(lo1000000:0) -> ::2 binat on lo0 from (lo0:0) to <sometable> -> ::2 +binat on lo0 from ::1 to (self) -> ::1 +binat on lo0 from ::1 to (self:0) -> ::1 +binat on lo0 from ::1 to (self:peer) -> ::1 +binat on lo0 from ::1 to (self:peer:0) -> ::1 +binat on lo0 from ::1 to (self:broadcast) -> ::1 +binat on lo0 from ::1 to (self:broadcast:0) -> ::1 +binat on lo0 from ::1 to (self:network) -> ::1 +binat on lo0 from ::1 to (self:network:0) -> ::1 +binat on lo0 from ::1 to (self)/100 -> ::2 +binat on lo0 from ::1 to (self:0)/100 -> ::2 +binat on lo0 from ::1 to (self:peer)/100 -> ::2 +binat on lo0 from ::1 to (self:peer:0)/100 -> ::2 + +binat on lo from (lo0:0) to ::1 -> ::2 +binat on tun from (lo0:0) to ::1 -> ::2 |