diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-08-06 15:29:06 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-08-06 15:29:06 +0200 |
commit | e2b530aa729f9c5973e498b45dd6f55ab669d1ac (patch) | |
tree | a82e256afe93d3fe242d17838c4accd4ccf7e81b /proto/bgp/bgp.h | |
parent | f6a6a77640a9749c79a91300d130ba6b5941d408 (diff) |
BGP: Improve reconfiguration
Several BGP channel options (including 'next hop self') could be
reconfigured without session reset, with just route refeed/refresh.
The patch improves reconfiguration code to do it that way.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 075e1bb9..2651677c 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -151,7 +151,6 @@ struct bgp_channel_config { u8 add_path; /* Use ADD-PATH extension [RFC 7911] */ u8 import_table; /* Use c.in_table as Adj-RIB-In */ - uint rest[0]; /* Remaining items are reconfigured separately */ struct rtable_config *igp_table_ip4; /* Table for recursive IPv4 next hop lookups */ struct rtable_config *igp_table_ip6; /* Table for recursive IPv6 next hop lookups */ }; |