Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2009 18:23:51 +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:  <200912081835.nB8IZ9kA048239@repoman.freebsd.org>

index | next in thread | raw e-mail

delphij     2009-12-08 18:23:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    etc/defaults         rc.conf 
    etc/rc.d             Makefile 
    share/man/man5       rc.conf.5 
  Added files:           (Branch: RELENG_8)
    etc/rc.d             static_arp 
  Log:
  SVN rev 200265 on 2009-12-08 18:23:51Z by delphij
  
  MFC revisions 196550 and 196552:
  
  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.
  
  Revision   Changes    Path
  1.358.2.5  +1 -0      src/etc/defaults/rc.conf
  1.99.2.2   +1 -1      src/etc/rc.d/Makefile
  1.4.2.2    +73 -0     src/etc/rc.d/static_arp (new)
  1.360.2.4  +16 -0     src/share/man/man5/rc.conf.5


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912081835.nB8IZ9kA048239>