Comment 17 for bug 360926

Revision history for this message
Florian Effenberger (floeff) wrote :

Little bugfix:

ip link set $IFACE promisc
must be
ip link set \$IFACE promisc

to escape things correctly. However, IPv6 stateless autoconfiguration doesn't seem to work on my MSI Wind U-100. Anyone had success with getting that running?