diff options
author | Jan Maria Matejka <mq@ucw.cz> | 2017-09-27 16:55:09 +0200 |
---|---|---|
committer | Jan Maria Matejka <mq@ucw.cz> | 2017-12-08 16:27:19 +0100 |
commit | 3e52d112d714545df3cd97119824ee94c27a0606 (patch) | |
tree | e02e4ea8377b59fc93aae8a97a0ae61da49cb44e /conf/conf.c | |
parent | 517d05dff17e881b880ee4fd28a72e827c10e8c3 (diff) |
Docs: Update to v2.0
Diffstat (limited to 'conf/conf.c')
-rw-r--r-- | conf/conf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/conf.c b/conf/conf.c index 62477331..885e2e7e 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -219,11 +219,6 @@ global_commit(struct config *new, struct config *old) if (!old) return 0; - if (!ipa_equal(old->listen_bgp_addr, new->listen_bgp_addr) || - (old->listen_bgp_port != new->listen_bgp_port) || - (old->listen_bgp_flags != new->listen_bgp_flags)) - log(L_WARN "Reconfiguration of BGP listening socket not implemented, please restart BIRD."); - if (!new->router_id) { new->router_id = old->router_id; |