Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2001 07:30:03 -0700 (PDT)
From:      "Vladimir B. Grebenschikov" <vova@express.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/14175: route for ip aliasing
Message-ID:  <200106071430.f57EU3w66429@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/14175; it has been noted by GNATS.

From: "Vladimir B. Grebenschikov" <vova@express.ru>
To: freebsd-gnats-submit@FreeBSD.org
Cc: jch@oleane.net, ru@FreeBSD.org
Subject: Re: bin/14175: route for ip aliasing
Date: Thu, 7 Jun 2001 18:23:31 +0400 (MSD)

 ru@FreeBSD.ORG writes:
  > Synopsis: route for ip aliasing
  > 
  > State-Changed-From-To: open->closed
  > State-Changed-By: ru
  > State-Changed-When: Thu Jun 7 07:00:15 PDT 2001
  > State-Changed-Why: 
  > Asked and answered.
 
 Actual I think not good idea support different address schemes for
 netstat -r and route(8) utilites:
 
 # route add 10.0.0.0/16 192.168.14.1
 add net 10.0.0.0: gateway 192.168.14.1
 # netstat -rn | egrep \^10
 10/16              192.168.14.1       UGSc        0        0     fxp0
 # route delete 10/16
 route: writing to routing socket: No such process
 delete net 10: not in table
 # route delete 10.0.0.0/16
 delete net 10.0.0.0
 #
 
 if netstat deal with addreses like 10/16, I think route need to deal
 with them too.
 
 --
 TSB Russian Express, Moscow
 Vladimir B. Grebenschikov, vova@express.ru

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




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