Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2005 09:18:34 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net rtsock.c
Message-ID:  <200507150918.j6F9IY0u080108@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gnn         2005-07-15 09:18:34 UTC

  FreeBSD src repository

  Modified files:
    sys/net              rtsock.c 
  Log:
  Fix for PR 82974.  We were not checking that the route looked up in
  the case of an RTM_CHANGE was specific, i.e. that it matched completely.  This
  led to a route change of a non-existent route changing the default route
  as the radix code would simply back track to that point and hand that
  route back to the routing socket code.
  
  PR: 82974
  Reviewed by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
               Ben Kaduk <minimarmot@gmail.com>
               Bjoern A. Zeeb <bzeeb-lists@lists.zabbadoz.net>
  Obtained from:  OpenBSD with modifications.
  MFC after: 2 weeks
  
  Revision  Changes    Path
  1.124     +19 -0     src/sys/net/rtsock.c



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