Date: Tue, 25 Aug 2009 19:07:26 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile static_arp src/share/man/man5 rc.conf.5 Message-ID: <200908251910.n7PJACUp000772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2009-08-25 19:07:26 UTC
FreeBSD src repository
Modified files:
etc/defaults rc.conf
etc/rc.d Makefile
share/man/man5 rc.conf.5
Added files:
etc/rc.d static_arp
Log:
SVN rev 196550 on 2009-08-25 19:07:26Z by delphij
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
Revision Changes Path
1.359 +1 -0 src/etc/defaults/rc.conf
1.100 +1 -1 src/etc/rc.d/Makefile
1.1 +71 -0 src/etc/rc.d/static_arp (new)
1.361 +17 -1 src/share/man/man5/rc.conf.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908251910.n7PJACUp000772>
