Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2001 09:35:25 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp iface.c
Message-ID:  <200105021635.f42GZPr43214@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/05/02 09:35:25 PDT

  Modified files:
    usr.sbin/ppp         iface.c 
  Log:
  Handle situations where we've already got a P2P interface address
  of a/x -> b and then negotiate a/x -> c by simply expecting SIOCAIFADDR
  to do the change.
  
  This was broken by the last commit that optimised out the deletion and
  re-addition of the same a/x -> b combination, and forgot to compare
  the old/new destination addresses.
  
  Conveniently enough, this problem didn't effect setups where the
  default route goes via the ppp link, and most other setups don't
  care what the the destination address is actually set to.  It broke
  test environments where ppp connects to the local machine rather
  badly though....
  
  Revision  Changes    Path
  1.20      +7 -2      src/usr.sbin/ppp/iface.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?200105021635.f42GZPr43214>