summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-13 08:22:27 +0000
committerjkh <jkh@FreeBSD.org>1997-05-13 08:22:27 +0000
commitf90d31ab70d128ae784cc08964878d6bef8541f0 (patch)
tree609375abfe985614b3c4dcd8ecd1e07542e769eb /etc/rc.d
parent0f22a3c4f97072ae957e72e17d409e226b8be6ec (diff)
downloadFreeBSD-src-f90d31ab70d128ae784cc08964878d6bef8541f0.zip
FreeBSD-src-f90d31ab70d128ae784cc08964878d6bef8541f0.tar.gz
Add arp_proxyall knob.
Submitted by: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/netoptions7
-rw-r--r--etc/rc.d/network17
-rw-r--r--etc/rc.d/network27
-rw-r--r--etc/rc.d/network37
-rw-r--r--etc/rc.d/routing7
5 files changed, 30 insertions, 5 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index 9714eb7..d44043e 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -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.
}
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index 9714eb7..d44043e 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -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.
}
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2
index 9714eb7..d44043e 100644
--- a/etc/rc.d/network2
+++ b/etc/rc.d/network2
@@ -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.
}
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.
}
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index 9714eb7..d44043e 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -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