summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-08-25 19:07:26 +0000
committerdelphij <delphij@FreeBSD.org>2009-08-25 19:07:26 +0000
commit7bae5f082b1ead5d6efedbc7fba5e58295955967 (patch)
treec04241d9102ffaeee267654f0b109d3ca5915d6e /etc/rc.d/Makefile
parent096e2ed52b404555b9562d2c167059a487d764ea (diff)
downloadFreeBSD-src-7bae5f082b1ead5d6efedbc7fba5e58295955967.zip
FreeBSD-src-7bae5f082b1ead5d6efedbc7fba5e58295955967.tar.gz
Add a new rc.d script, static_arp, which enables the administrator to
statically bind IPv4 <-> MAC address at boot time. In order to use this, the administrator needs to configure the following rc.conf(5) variable: - static_arp_pairs: A list of names for static bind pairs, and, - a series of static_arp_(name): the arguments that is being passed to ``arp -S'' operation. Example: static_arp_pairs="gw" static_arp_gw="192.168.1.1 00:01:02:03:04:05" See the rc.conf(5) manual page for more details. Reviewed by: -rc@ MFC after: 2 weeks
Diffstat (limited to 'etc/rc.d/Makefile')
-rwxr-xr-xetc/rc.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 24ae3ae..110f3d7 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -32,7 +32,7 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
random rarpd resolv rfcomm_pppd_server root \
route6d routed routing rpcbind rtadvd rwho \
savecore sdpd securelevel sendmail \
- serial sppp statd swap1 \
+ serial sppp statd static_arp swap1 \
syscons sysctl syslogd \
timed tmp \
ugidfw \
OpenPOWER on IntegriCloud