From a244c5524b30874e24fc4dfbdb8cef243bd33178 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 3 Nov 2010 01:40:36 +0100 Subject: Added support for sending and handling the multicast capability --- conf/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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' */ -- cgit v1.2.3