[curl]: enable compile against axTLS and CyaSSL
[packages.git] / net / babel / files / babeld.conf
1 # babel config file
2 # Copyright (C) 2008-2010 Juliusz Chroboczek, L. Aaron Kaplan
3 #   <jch@pps.univ-paris-diderot.fr> , <aaron@lo-res.org>
4 #
5 # This config file simply documents sample entries. 
6 # "redistribute" means: redistribute routes from other routing protocols
7 # into babel. "local" means addresses assigned to local interfaces.
8 #
9 # You do not need to edit this file: you can use /etc/config/babeld
10 # instead (sections "interface" and "filter").  Both files can be used
11 # simultaneously (the rules of this file are executed first).
12
13 # the default rules are:
14 #
15 ## redistribute local 
16 ## redistribute deny
17 #
18 # this says, redistribute local addresses but no other routes
19
20
21 # redistribute IPv4 default route into babel 
22 ## redistribute local ip 0.0.0.0/0 le 0 metric 128
23
24 # same but for IPv6
25 ## redistribute local ip ::/0 le 0 metric 128
26
27
28 # don't redistribute all local addresses, only selected ones
29 # after the first line, the "deny" rules kicks in. After the "deny"
30 # no redistribute local rules are going to match
31 ## redistribute local ip 192.160.4.0/24 
32 ## redistribute local deny
33
34
35 # Babel refuses to redistribute routes with a protocol number of "boot";
36 # this is standard practice, and means that you cannot easily
37 # redistribute the default route installed by dhcp.  It is however
38 # possible to redistribute such route by explicitly specifying "proto 3"
39 # on the redistribute line.
40 ## redistribute ip 0.0.0.0/0 le 0 proto 3 metric 128