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