segun lime report ...ejecuto estos comandos en un lr2 que no tiene interfaces wifi configuradas y luego se las configuro y obtengo esto...
root@LiMe-102715:~# echo dump | nc ::1 30003
BABEL 1.0
version babeld-1.13.1-ubus-mod
host LiMe-102715
my-id e6:38:19:ff:fe:10:27:15
ok
add interface wan_17 up false
add xroute fd64:934b:15e2::/64-::/0 prefix fd64:934b:15e2::/64 from ::/0 metric 0
add xroute 10.100.0.0/16-0.0.0.0/0 prefix 10.100.0.0/16 from 0.0.0.0/0 metric 0
ok
root@LiMe-102715:~# ubus call babeld get_info
{
"babeld_version": "babeld-1.13.1-ubus-mod",
"my_id": "e6:38:19:ff:fe:10:27:15",
"host": "LiMe-102715"
}
root@LiMe-102715:~# ubus call babeld get_neighbours
{
"IPv4": [
],
"IPv6": [
]
}
root@LiMe-102715:~# ubus call babeld get_xroutes
{
"IPv4": [
{
"address": "10.100.0.0/16",
"src_prefix": "0.0.0.0/0",
"metric": 0
}
],
"IPv6": [
{
"address": "fd64:934b:15e2::/64",
"src_prefix": "::/0",
"metric": 0
}
]
}
root@LiMe-102715:~# ubus call babeld get_routes
{
"IPv4": [
],
"IPv6": [
]
}
el problema es que no estan agregadas las interfaces wifi a babel ... como se dan de alta las interfaces ? porque cuando reinicio si las toma ?
root@LiMe-102715:~# cat /etc/config/babeld
config general 'general'
option local_port '30003'
option ubus_bindings 'true'
config filter 'ula6'
option type 'redistribute'
option ip 'fc00::/7'
option action 'allow'
config filter 'public6'
option type 'redistribute'
option ip '2000::0/3'
option action 'allow'
config filter 'default6'
option type 'redistribute'
option ip '0::0/0'
option le '0'
option action 'allow'
config filter 'mesh4'
option type 'redistribute'
option ip '10.0.0.0/8'
option action 'allow'
config filter 'mptp4'
option type 'redistribute'
option ip '172.16.0.0/12'
option action 'allow'
config filter 'default4'
option type 'redistribute'
option ip '0.0.0.0/0'
option le '0'
option action 'allow'
config filter 'localdeny'
option type 'redistribute'
option local 'true'
option action 'deny'
config filter 'denyany'
option type 'redistribute'
option action 'deny'
config interface 'lm_net_wlan0_mesh_babeld_if'
option ifname 'wlan0-mesh_17'
option type 'wireless'
config interface 'lm_net_wlan1_mesh_babeld_if'
option ifname 'wlan1-mesh_17'
option type 'wireless'
config interface 'lm_net_wan_babeld_if'
option ifname 'wan_17'
option type 'wireless'
en su nueva config si las tiene ... entonces ?? ?
wid