Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2002 18:18:49 -0500 (EST)
From:      Garrett Wollman <wollman@lcs.mit.edu>
To:        "George V. Neville-Neil" <gnn@neville-neil.com>
Cc:        FreeBSD Networking <freebsd-net@FreeBSD.ORG>
Subject:   Re: How can I give one route priority over the other route ? 
Message-ID:  <200203072318.g27NIn006328@khavrinen.lcs.mit.edu>
In-Reply-To: <200203040210.g242ARBu093357@m2.mv.meer.net>
References:  <drwilco@drwilco.net> <5.1.0.14.0.20020304025555.02c9eac8@mail.drwilco.net> <200203040210.g242ARBu093357@m2.mv.meer.net>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sun, 03 Mar 2002 18:10:36 -0800, "George V. Neville-Neil" <gnn@neville-neil.com> said:

> This is an issue with the routing system design.  Many routers
> allow duplicate routes (same netmask) that have different priorities.
> This makes it quicker to switch routes during a failure.

FreeBSD permits this as well.  It is the responsibility of the routing
process to manage which specific route is installed in the kernel
forwarding table at any given time.  (FreeBSD's `routed' can do this
in some instances.)  FreeBSD does not directly support multiple static
routes to a given destination, since it has no knowledge which would
enable it to choose among them; again, a routing process can be used
to manage this.

-GAWollman


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?200203072318.g27NIn006328>