diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-17 14:46:07 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-17 14:46:07 +0200 |
commit | 56a2bed46bf7713cd773b0fd0c097bcfc6345cc1 (patch) | |
tree | af1553f82076a327fd7234072a74d619b317fd08 /nest | |
parent | 3bbc4ad6ad63d55b1d7845b53865963db79c2e16 (diff) | |
download | bird-56a2bed46bf7713cd773b0fd0c097bcfc6345cc1.tar bird-56a2bed46bf7713cd773b0fd0c097bcfc6345cc1.zip |
Don't import/export MED and LOCAL_PREF on external links.
Added real comparison of BGP routes (inspired by the Cisco one).
Default local preference and default MED are now settable.
Defined filter keywords for all BGP attributes we know.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/attrs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/attrs.h b/nest/attrs.h index 630550f..2618fa3 100644 --- a/nest/attrs.h +++ b/nest/attrs.h @@ -33,5 +33,4 @@ struct adata *int_set_add(struct linpool *pool, struct adata *list, u32 val); int int_set_contains(struct adata *list, u32 val); struct adata *int_set_del(struct linpool *pool, struct adata *list, u32 val); - #endif |