Update babel to 0.15 add a sample configuration file
[openwrt/svn-archive/archive.git] / ipv6 / babel / files / babel.conf
1 # babel config file
2 # Copyright (C) 2008 Juliusz Chroboczek, L. Aaron Kaplan
3 # <jch@pps.jussieu.fr> , <aaron@lo-res.org>
4 #
5 # This config file simply docuements sample entries.
6 # "redistribute" means: redistribute routes from other
7 # routing protocols into babel. "local" means addresses assigned to local interfaces.
8 #
9 # the default rules are:
10 #
11 ## redistribute local
12 ## redistribute deny
13 #
14 # this says, redistribute local addresses but no other routes
15
16
17
18 # redistribute IPv4 default route into babel
19 ## redistribute local 0.0.0.0/0 le 0 metric 128
20
21 # same but for IPv6
22 ## redistribute local ::/0 le 0 metric 128
23
24 # don't redistribute all local addresses, only selected ones
25 # after the first line, the "deny" rules kicks in. After the "deny"
26 # no redistribute local rules are going to match
27 ## redistribute local ip 192.160.4.0/24
28 ## redistribute local deny
29 # babel config file
30 # Copyright (C) 2008 Juliusz Chroboczek, L. Aaron Kaplan
31 # <jch@pps.jussieu.fr> , <aaron@lo-res.org>
32 #
33 # This config file simply docuements sample entries.
34 # "redistribute" means: redistribute routes from other
35 # routing protocols into babel. "local" means addresses assigned to local interfaces.
36 #
37 # the default rules are:
38 #
39 ## redistribute local
40 ## redistribute deny
41 #
42 # this says, redistribute local addresses but no other routes
43
44
45
46 # redistribute IPv4 default route into babel
47 ## redistribute local 0.0.0.0/0 le 0 metric 128
48
49 # same but for IPv6
50 ## redistribute local ::/0 le 0 metric 128
51
52 # don't redistribute all local addresses, only selected ones
53 # after the first line, the "deny" rules kicks in. After the "deny"
54 # no redistribute local rules are going to match
55 ## redistribute local ip 192.160.4.0/24
56 ## redistribute local deny