Merge pull request #421 from ecsv/batadv-2018.3
[feed/routing.git] / bird1-openwrt / bird1-ipv4-openwrt / src / config / bird4
1 config bird 'bird'
2 option use_UCI_config '1'
3 #Caution! Enabling this option, Bird will translate this
4 #UCI file and use it instead of /etc/bird4.conf
5 option UCI_config_file '/tmp/bird4.conf'
6 #If you enable useUCIconfig, UCIconfigFile will be Bird's
7 #configuration file location.
8
9 config global 'global'
10 option log_file '/tmp/bird4.log'
11 option log 'all'
12 option debug 'off'
13
14 config table
15 option name 'aux'
16
17 config kernel kernel1
18 option table 'aux'
19 option import 'all'
20 option export 'all'
21 option kernel_table '100'
22 option scan_time '10'
23 option learn '1'
24 option persist '0'
25 option disabled '0'
26
27 config device device1
28 option scan_time '10'
29 option disabled '0'
30
31 config static static1
32 option table 'aux'
33 option disabled '0'