summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/network3
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/network3')
-rw-r--r--etc/rc.d/network37
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index 9714eb7..d44043e 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.1.2.6 1997/05/01 23:42:19 jkh Exp $
+# $Id: rc.network,v 1.6 1997/05/03 11:22:17 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -93,6 +93,11 @@ network_pass1() {
echo -n ' IPXrouted: '
IPXrouted ${ipxrouted_flags} > /dev/null 2>&1
fi
+
+ if [ "X$arpproxy_all" = X"YES" ]; then
+ echo -n ' enabling ARP_PROXY_ALL: '
+ sysctl -w net.link.ether.inet.proxyall=1 2>&1
+ fi
echo '.'
network_pass1_done=YES # Let future generations know we made it.
}
OpenPOWER on IntegriCloud