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.h | |
parent | 517d05dff17e881b880ee4fd28a72e827c10e8c3 (diff) |
Docs: Update to v2.0
Diffstat (limited to 'conf/conf.h')
-rw-r--r-- | conf/conf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/conf.h b/conf/conf.h index d6f59eac..f174d352 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -32,9 +32,6 @@ struct config { struct iface_patt *router_id_from; /* Configured list of router ID iface patterns */ u32 router_id; /* Our Router ID */ - 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 proto_default_debug; /* Default protocol debug mask */ unsigned proto_default_mrtdump; /* Default protocol mrtdump mask */ struct timeformat tf_route; /* Time format for 'show route' */ |