summaryrefslogtreecommitdiff
path: root/sysdep/cf/bsd-v6.h
blob: 47a7c7ff4e7b36242cb6c90cd3006940ecbcd268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 *	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_SKIP_MC_BIND
#define CONFIG_NO_IFACE_BIND

/*
Link: sysdep/unix
Link: sysdep/bsd
 */