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.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/conf.h') diff --git a/conf/conf.h b/conf/conf.h index 8c2d549..951dde3 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -22,9 +22,9 @@ struct config { list logfiles; /* Configured log fils (sysdep) */ struct rtable_config *master_rtc; /* Configuration of master routing table */ u32 router_id; /* Our Router ID */ - ip_addr bind_bgp_addr; /* Listening BGP socket should use this address */ - unsigned bind_bgp_port; /* Listening BGP socket should use this port (0 is default) */ - u32 bind_bgp_flags; /* Listening BGP socket should use these flags */ + ip_addr listen_bgp_addr; /* Listening BGP socket should use this address */ + unsigned listen_bgp_port; /* Listening BGP socket should use this port (0 is default) */ + u32 listen_bgp_flags; /* Listening BGP socket should use these flags */ unsigned int proto_default_debug; /* Default protocol debug mask */ int cli_debug; /* Tracing of CLI connections and commands */ char *err_msg; /* Parser error message */ -- cgit v1.2.3