diff options
Diffstat (limited to 'regress/sbin/pfctl/pfsetup2.clean')
-rw-r--r-- | regress/sbin/pfctl/pfsetup2.clean | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfsetup2.clean b/regress/sbin/pfctl/pfsetup2.clean new file mode 100644 index 00000000000..3fb62e908f7 --- /dev/null +++ b/regress/sbin/pfctl/pfsetup2.clean @@ -0,0 +1,9 @@ +ifconfig lo1 inet 10.163.1.1 netmask 0xffffffff delete mtu 33224 +ARCH=`uname -m` +if [ $ARCH -eq "alpha" ]; then + ifconfig lo1 33192 +fi; +if [ $ARCH -eq "sparc64" ]; then + ifconfig lo1 33192 +fi; + |