c5ff44a703
When a new route was imported from kernel and chosen as preferred, then the old best route was propagated as a withdraw to the kernel protocol. Under some circumstances such withdraw propagated to the BSD kernel could remove the new alien route and thus reverting the import.
22 lines
430 B
C
22 lines
430 B
C
/*
|
|
* Configuration for *BSD based systems (tested on FreeBSD and NetBSD)
|
|
*
|
|
* (c) 2004 Ondrej Filip <feela@network.cz>
|
|
*
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
*/
|
|
|
|
#define IPV6
|
|
|
|
#define CONFIG_AUTO_ROUTES
|
|
#define CONFIG_SELF_CONSCIOUS
|
|
#define CONFIG_MULTIPLE_TABLES
|
|
#define CONFIG_SINGLE_ROUTE
|
|
|
|
#define CONFIG_SKIP_MC_BIND
|
|
#define CONFIG_NO_IFACE_BIND
|
|
|
|
/*
|
|
Link: sysdep/unix
|
|
Link: sysdep/bsd
|
|
*/
|