diff options
Diffstat (limited to 'regress/sbin/pfctl/pf38.in')
-rw-r--r-- | regress/sbin/pfctl/pf38.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf38.in b/regress/sbin/pfctl/pf38.in index bf67308a9c2..1e63d6e5e26 100644 --- a/regress/sbin/pfctl/pf38.in +++ b/regress/sbin/pfctl/pf38.in @@ -1,5 +1,5 @@ # test -pass in on tun0 proto tcp from any to any user bin -pass in on tun0 proto tcp from any to any group bin -pass in on tun0 proto tcp from any to any group wheel user root user bin +pass in on tun1000000 proto tcp from any to any user bin +pass in on tun1000000 proto tcp from any to any group bin +pass in on tun1000000 proto tcp from any to any group wheel user root user bin |