diff options
author | 2002-06-24 11:29:04 +0000 | |
---|---|---|
committer | 2002-06-24 11:29:04 +0000 | |
commit | 02541a1ed17399cf3a4a16f4187bf607565f7256 (patch) | |
tree | 8549d016f0c986ac441eb0e212d3ce0210511b11 | |
parent | Redo the logic of reading of proc arguments to be more readable. (diff) | |
download | wireguard-openbsd-02541a1ed17399cf3a4a16f4187bf607565f7256.tar.xz wireguard-openbsd-02541a1ed17399cf3a4a16f4187bf607565f7256.zip |
scrub on <if> works now, update regress tests.
-rw-r--r-- | regress/sbin/pfctl/pf15.ok | 10 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf16.ok | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf15.ok b/regress/sbin/pfctl/pf15.ok index e472b94e584..42959d75384 100644 --- a/regress/sbin/pfctl/pf15.ok +++ b/regress/sbin/pfctl/pf15.ok @@ -1,5 +1,5 @@ -@0 scrub in all no-df fragment reassemble -@1 scrub in all min-ttl 25 fragment reassemble -@2 scrub in all max-mss 224 fragment reassemble -@3 scrub out all no-df max-mss 224 fragment reassemble -@4 scrub in all max-mss 224 fragment reassemble +@0 scrub in on lo0 all no-df fragment reassemble +@1 scrub in on lo0 all min-ttl 25 fragment reassemble +@2 scrub in on lo0 all max-mss 224 fragment reassemble +@3 scrub out on lo1 all no-df max-mss 224 fragment reassemble +@4 scrub in on lo0 all max-mss 224 fragment reassemble diff --git a/regress/sbin/pfctl/pf16.ok b/regress/sbin/pfctl/pf16.ok index 9bb415e5fbd..39e8b8be39d 100644 --- a/regress/sbin/pfctl/pf16.ok +++ b/regress/sbin/pfctl/pf16.ok @@ -1,4 +1,4 @@ -@0 scrub in all fragment reassemble +@0 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 |