Parcourir la source

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

Sebastien Badia il y a 9 ans
Parent
commit
ceff176190
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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