On Wednesday 04 May 2016 01:20:02 Ilario Gelmetti wrote:
On a TL-WDR3600 I was looking at the differences
between the
/etc/config/network file in the last stable release and the develop
branch (great work going on there in these days!!).
Here are some lines which I want to bring to your attention (they could
be ok, but look suspicious to me):
config interface 'wan6'
option proto 'dhcpv6'
which becomes:
config interface 'wan6'
option proto 'none'
This is ok usually you donßt get a working ipv6 from normal ISP...
But leonard has a proposal about this maybe he will write soon
config device 'lm_anygw_dev'
which becomes:
config device 'lm_net__lan_anygw_dev'
(yes, with two joined underscores)
i understand it may seems strange but it doesn't cause any problem
config device 'lm_wlan0_adhoc_batadv_dev'
option name 'wlan0-adhoc_203'
which becomes:
config device 'lm_net_wlan0_adhoc_batadv_dev'
option name '-lm-net-wlan0-adhoc_118'
this strange name (starting with a dash) repeats along the file
Then some more random observations :D
batctl if
prints just
eth0-2_118: active
while I expected to see also the wireless interfaces here
This was a bug should be already fixed in latest commit
# ps |grep bmx
3509 root 1168 S grep bmx
so no bmx daemon is running?
Strange, can you reproduce with latest commit?
Which lime-build commands are you using to compile your image?
sniffing on the ethernet ports of the router I can see
batman packets
coming out just on the WAN port and not on the LAN ports.
more investigation needed
I compiled the image using the new recommended system:
lime-build
then I noticed that some of the packets that was suggested to deselect
by the old traditional compilation guide are indeed selected here:
CONFIG_PACKAGE_odhcpd=y
CONFIG_PACKAGE_firewall=y
more investigation needed
Keep up with the good work :D
Ilario
Cheers and thanks for feedback!
Gio