Vincent - Didn't know about this option. I'll rework our internal patches to take advantage of the cli instead of hard coding the value.
donald On Mon, Jun 15, 2015 at 5:49 AM, Vincent JARDIN <[email protected]> wrote: > On 19/05/2015 18:11, Donald Sharp wrote: > >> Allow package distributor to use configure option(--enable-nlcache=ARG) >> to specify a appropriate netlink socket buffer size for the platform >> they intend to run Quagga on. >> >> Signed-off-by: Nolan Leake <[email protected]> >> Reviewed-by: Roopa Prabhu <[email protected]> >> Reviewed-by: Donald Sharp <[email protected]> >> > > Why do you need to define it knowing it can be set at runtime: > > ifdef HAVE_NETLINK > case 's': > nl_rcvbufsize = atoi (optarg); > break; > #endif /* HAVE_NETLINK */ > > ? > > We need to avoid/decrease the number of compilation option so all Quagga's > packages can have ~ the same behaviors. > > Thank you, > Vincent >
_______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
