diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-11-12 04:02:38 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-11-12 04:02:38 +0100 |
commit | 3b56bf8849283977f2f4fa7b8f3dc62fdd8d7587 (patch) | |
tree | 871526fcf88300711a203be912ad18c31701b8ec /conf/confbase.Y | |
parent | 99ad208dd73d357156672a53f48b77dcf6515c30 (diff) |
BFD: Better handling of BFD options in BGP configs
Merge multiple BFD option blocks in BGP configs instead of using the last
one. That is necessary for proper handling of templates when BFD options
are used both in a BGP template and in a BGP protocol derived from that
template.
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r-- | conf/confbase.Y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index f76dcb3c..f0343a93 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -79,7 +79,6 @@ CF_DECLS struct f_trie *trie; struct f_val v; struct password_item *p; - struct bfd_options *bo; struct rt_show_data *ra; struct sym_show_data *sd; struct lsadb_show_data *ld; |