firmware/src/packages/fff/fff-babeld/files/etc/config/babeld
Fabian Bläse ec94095599 fff-babeld: remove obsolete first_table_number
The IPv4 source routing features was removed from babeld with version
1.10. Therefore, the first_table_number option is not needed anymore and
its existance stops babeld from starting up.

As babeld 1.10 is included with OpenWrt 21.02, which is currently used
for our firmware, this option is removed.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Johannes Kimmel <fff@bareminimum.eu>
Reviewed-by: Christian Dresel <freifunk@dresel.systems>
2021-09-02 17:03:42 +02:00

40 lines
710 B
Plaintext

config general
option export_table '10'
option import_table '10'
option local_port '33123'
config interface
option type 'wired'
config filter
option type 'redistribute'
option local 'true'
option ip '10.50.0.0/16'
config filter
option type 'redistribute'
option local 'true'
option ip '10.83.0.0/16'
config filter
option type 'redistribute'
option local 'true'
option ip 'fd43:5602:29bd::/48'
config filter
option type 'redistribute'
option local 'true'
option action 'deny'
config filter
option type 'redistribute'
option ip '10.50.0.0/16'
config filter
option type 'redistribute'
option ip '10.83.0.0/16'
config filter
option type 'redistribute'
option ip 'fd43:5602:29bd::/48'