Hi all, these days I put a hand on the kernel 3.12 from RobertCNelson github repo and i found one strange thing happening to the tuntap driver.
First it has IPv6 disabled with net.ipv6.conf.tun1.disable_ipv6 = 1 while both *default* and *all* variants are equal to zero so what I expect is to have ipv6 addressing available in anycase, but it isnt for the tun :( and since the tun device is loaded by my application process, even placing the correct entry to re-enable in the sysctl.conf is useless because at boot the device is not present.. For now i resolved introducing the execution of the sysctl -w net.ipv6.conf.tun1.disable_ipv6=0 just before to set up the address. Second when the tun module is loaded the kernel logs *Loading kernel module for a network device with CAP_SYS_MODULE (deprecated). Use CAP_NET_ADMIN and alias netdev- instead.* I googled for a while but I am not sure about the correct solution. Did someone already experienced/ resolved it? thanks byebye Luca -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
