Browse Source

create_arm_debootstrap: Add IPv6 link-local on eth0 (closes: #29)

Sebastien Badia 9 years ago
parent
commit
ceff176190
1 changed files with 1 additions and 0 deletions
  1. 1 0
      olinux/create_arm_debootstrap.sh

+ 1 - 0
olinux/create_arm_debootstrap.sh

@@ -145,6 +145,7 @@ iface lo inet loopback
 
 allow-hotplug eth0
 iface eth0 inet dhcp
+  post-up ip a a fe80::42:babe/128 dev eth0
 
 allow-hotplug usb0
 iface usb0 inet dhcp