diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-05 14:13:38 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-05 14:13:38 +0000 |
commit | 201b941071fd3bef1af5728ff61d7094d6105d1e (patch) | |
tree | d66f46ec42776d7eb74b9fa4ae8f63434c5869f1 /regress/sbin/pfctl/pf16.ok | |
parent | e76af9eac7256245d4c68901020b3f3aaf8edf17 (diff) |
no more rule numbers in output
Diffstat (limited to 'regress/sbin/pfctl/pf16.ok')
-rw-r--r-- | regress/sbin/pfctl/pf16.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf16.ok b/regress/sbin/pfctl/pf16.ok index 39e8b8be39d..9f32f05915c 100644 --- a/regress/sbin/pfctl/pf16.ok +++ b/regress/sbin/pfctl/pf16.ok @@ -1,5 +1,5 @@ -@0 scrub in on lo0 all fragment reassemble +scrub in on lo0 all fragment reassemble nat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1 rdr on lo0 inet proto tcp from any to 1.2.3.4 port 2222 -> 10.0.0.10 port 22 binat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1 -@1 pass in on lo1 all +pass in on lo1 all |