cvs commit: ports/net Makefile ports/net/ifdepd Makefile distinfo pkg-descr pkg-message

Pav Lucistnik pav at FreeBSD.org
Wed Mar 16 13:23:16 PST 2005


pav         2005-03-16 21:23:15 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/ifdepd           Makefile distinfo pkg-descr pkg-message 
  Log:
  ifdepd implements dependencies between network interfaces in a
  reliable way. If any of the source interfaces fails, ifdepd sets all
  destination interfaces to state down. If all source interfaces are active,
  ifdepd sets all destination interfaces to state up.
  
  For example, it can be used with carp(4) to provide failover functionality
  on gateways/firewalls.
  
  ifdepd is a simple replacement for ifstated and was written because of problems
  with ifstated.
  
  PR:             ports/78819
  Submitted by:   Alexander Hausner <alex at hugo.bmg.gv.at>
  
  Revision  Changes    Path
  1.1450    +1 -0      ports/net/Makefile
  1.1       +36 -0     ports/net/ifdepd/Makefile (new)
  1.1       +2 -0      ports/net/ifdepd/distinfo (new)
  1.1       +12 -0     ports/net/ifdepd/pkg-descr (new)
  1.1       +15 -0     ports/net/ifdepd/pkg-message (new)


More information about the cvs-ports mailing list