Date: Fri, 7 Jun 2002 15:50:35 +0300 (EEST) From: Iasen Kostov <ikostov@otel.net> To: freebsd-net@FreeBSD.ORG Cc: vova@sw.ru Subject: Re: host routes for interface addresses Message-ID: <20020607152801.T32865-100000@shadowhand.OTEL.net> In-Reply-To: <20020606140015.B27474-100000@shadowhand.OTEL.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I think it's possible to use SIOCSIFCAP to tell the kernel not to set host route via IFCAP_NOROUTE or something similar which will set IFCAP_NOROUTE in uif_capenable. This flag will be checked in in_ifinit() and if it is set no host route will be added. And ofcourse there should be a way to set this by ifconfig ( -noroute for example). What you think about this ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020607152801.T32865-100000>