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