diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-08 14:37:21 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-08 14:37:21 +0200 |
commit | 725270cb1da0672128675924844531e56c6ea64e (patch) | |
tree | 06fcfcd87498d35138a888719a35128df1ed8438 /nest/rt-table.c | |
parent | 8d56febe64769c19a06c2c0f3ff121d25eceaa5b (diff) | |
download | bird-725270cb1da0672128675924844531e56c6ea64e.tar bird-725270cb1da0672128675924844531e56c6ea64e.zip |
Fixes for the programmer's manual.
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r-- | nest/rt-table.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index ce3bf45..e095a14 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -13,12 +13,12 @@ * hold all the information about known networks, the associated routes and * their attributes. * - * There exist multiple routing tables (a primary one together with any + * There are multiple routing tables (a primary one together with any * number of secondary ones if requested by the configuration). Each table * is basically a FIB containing entries describing the individual * destination networks. For each network (represented by structure &net), - * there is a one-way linked list of network entries (&rte), the first entry - * on the list being the best possible one (i.e., the one we currently use + * there is a one-way linked list of route entries (&rte), the first entry + * on the list being the best one (i.e., the one we currently use * for routing), the order of the other ones is undetermined. * * The &rte contains information specific to the route (preference, protocol |