Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2002 14:50:13 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if.c
Message-ID:  <200202182250.g1IMoDS34596@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2002/02/18 14:50:13 PST

  Modified files:
    sys/net              if.c 
  Log:
  When the local link address is changed, send out gratuitous ARPs
  to notify other nodes about the address change. Otherwise, they
  might try and keep using the old address until their arp table
  entry times out and the address is refreshed.
  
  Maybe this ought to be done for INET6 addresses as well but i have
  no idea how to do it. It should be pretty straightforward though.
  
  MFC-after: 10 days
  
  Revision  Changes    Path
  1.128     +11 -0     src/sys/net/if.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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