Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2000 03:50:13 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/route route.c
Message-ID:  <200009291050.DAA64993@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2000/09/29 03:50:12 PDT

  Modified files:
    sbin/route           route.c 
  Log:
  Interpret the address argument as network-type address for `destination'
  argument only.  Before that, the `route add default gateway' first tried
  the `gateway' as network address and passed its name to getnetbyname(3),
  which in the BIND resolution case does the T_PTR lookup on that name.
  
  Revision  Changes    Path
  1.42      +13 -14    src/sbin/route/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?200009291050.DAA64993>