All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] under Linux how is FTB derived from routing table
@ 2003-06-20 15:16 yuxiao jia
  0 siblings, 0 replies; only message in thread
From: yuxiao jia @ 2003-06-20 15:16 UTC (permalink / raw)
  To: lartc

Hi

There are two processes about routing. (as deepak email said)
Forwarding is a process of moving packets from input
to output based on:
  - Forwarding Table
  - Information in the Packet.

Routing: The Process by which the Forwarding table is
built and maintianed.
  - One or more routing protocols
  - Procedures to converting routing information to
forwarding table.

Forwarding is handled by Forwarding Information Bases
(FIB) or Forwarding Tables, which runs quite
independent of the rouitng protocol's Tables. The FIBs
are derived from the routing tables ( on lesser
systems, the routing table can be directly used for
forwarding)

I want to know under Linux how is FIB derived from routing table

Can I  control which routes are selected to be
installed into Forwarding Tables --by  varying the
route preferences

For example, I want put routing table into forwarding table by order of
prefix
/8.../10..../24.../30..

This order will make worse case lookup according to longest perfix match..

thanks

yuxiao


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-20 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-20 15:16 [LARTC] under Linux how is FTB derived from routing table yuxiao jia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.