Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 1997 11:46:51 -0800 (PST)
From:      Garrett Wollman <wollman>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet in.c in_proto.c in_rmx.c in_var.h ip_var.h raw_ip.c
Message-ID:  <199702131946.LAA03609@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     97/02/13 11:46:50

  Modified:    sys/netinet  in.c in_proto.c in_rmx.c in_var.h ip_var.h
                        raw_ip.c
  Log:
  Provide PRC_IFDOWN and PRC_IFUP support for IP.  Now, when an interface
  is administratively downed, all routes to that interface (including the
  interface route itself) which are not static will be deleted.  When
  it comes back up, and addresses remaining will have their interface routes
  re-added.  This solves the problem where, for example, an Ethernet interface
  is downed by traffic continues to flow by way of ARP entries.
  
  Revision  Changes    Path
  1.30      +1 -2      src/sys/netinet/in.c
  1.36      +1 -1      src/sys/netinet/in_proto.c
  1.28      +49 -1     src/sys/netinet/in_rmx.c
  1.23      +2 -0      src/sys/netinet/in_var.h
  1.29      +1 -0      src/sys/netinet/ip_var.h
  1.41      +63 -1     src/sys/netinet/raw_ip.c



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