From d72cdff411d0bf4ddecaea5d0fc6d4341b4cb3f1 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 23 Jun 2009 11:08:30 +0200 Subject: Replace 'bind' option with 'listen' option. To be consistent with other daemons. --- conf/conf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/conf.c') diff --git a/conf/conf.c b/conf/conf.c index 710d5c2..eeffd4a 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -176,9 +176,9 @@ global_commit(struct config *new, struct config *old) if (!old) return 0; - if (!ipa_equal(old->bind_bgp_addr, new->bind_bgp_addr) || - (old->bind_bgp_port != new->bind_bgp_port) || - (old->bind_bgp_flags != new->bind_bgp_flags)) + 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) -- cgit v1.2.3