Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 06:01:20 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp route.c
Message-ID:  <200111301401.fAUE1KD62359@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/11/30 06:01:20 PST

  Modified files:
    usr.sbin/ppp         route.c 
  Log:
  Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages
  to the routing socket.
  
  The local address on a point-to-point interface is not actually a
  gateway address - despite it appearing in the second column of
  netstat -r's output.  Providing a gateway to an RTM_CHANGE will
  currently change the route's interface so that it's using the
  specified gateway - not what we want.
  
  Patiently explained to me by:   ru
  
  Revision  Changes    Path
  1.83      +0 -6      src/usr.sbin/ppp/route.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?200111301401.fAUE1KD62359>