diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-11-25 18:27:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-11-25 18:27:52 +0000 |
commit | 63655e1169a0b5bdf4836871bb432bd5152b9aa4 (patch) | |
tree | 2bc24e7161a59fbd1e212be15a74eaaa98580aac /regress/sbin/pfctl/pfsetup1.clean | |
parent | ef964c6009a7e784f13089816b0bf37782e4d5c8 (diff) |
create a new set of regress tests, which require an active
setup/cleanup of interfaces/protocols/etc.
this is not ran by default and requires a DO_PFSETUP
make variable set to be activated, one has to run
as root as well.
add one simple test for the proper loN link1 address
expansion.
henning@ ok
Diffstat (limited to 'regress/sbin/pfctl/pfsetup1.clean')
-rw-r--r-- | regress/sbin/pfctl/pfsetup1.clean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfsetup1.clean b/regress/sbin/pfctl/pfsetup1.clean new file mode 100644 index 00000000000..4f3daea01e2 --- /dev/null +++ b/regress/sbin/pfctl/pfsetup1.clean @@ -0,0 +1 @@ +ifconfig lo1 inet 192.168.0.1 netmask 0xffffff00 delete |