Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2005 21:23:15 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/ifdepd Makefile distinfo pkg-descr pkg-message
Message-ID:  <200503162123.j2GLNF8Z010335@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



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