All of lore.kernel.org
 help / color / mirror / Atom feed
From: "yuxiao jia" <yxjia@site.uottawa.ca>
To: lartc@vger.kernel.org
Subject: [LARTC] under Linux how is FTB derived from routing table
Date: Fri, 20 Jun 2003 15:16:02 +0000	[thread overview]
Message-ID: <marc-lartc-105612274205265@msgid-missing> (raw)

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/

                 reply	other threads:[~2003-06-20 15:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-105612274205265@msgid-missing \
    --to=yxjia@site.uottawa.ca \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.