diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-11-03 01:40:36 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-11-03 01:40:36 +0100 |
commit | a244c5524b30874e24fc4dfbdb8cef243bd33178 (patch) | |
tree | 2856262ff6d1cbb9470dde9e7f4cabd3030ef973 /conf | |
parent | 938b191b9282b138cbdd30dfc11b78c0467d6380 (diff) | |
download | bird-a244c5524b30874e24fc4dfbdb8cef243bd33178.tar bird-a244c5524b30874e24fc4dfbdb8cef243bd33178.zip |
Added support for sending and handling the multicast capability
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h index 6c784d7..c03b5f1 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -28,6 +28,7 @@ struct config { 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 */ + int enable_multicast; /* Enable multicast capabilities */ 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' */ |