Error when trying to set ipv6 on eth interface on tinylinux
tinylinux@PC1$ sbin/ifconfig eth0 inet6 add 64
ifconfig: bad address 'inet6'
All that you have to do is set the ip6 with the interface only, it will add it automatically to inet6 because is an ipv6.
sudo ifconfig eth0 2001:db8:acad:1050::50/64 up and That's it!