diff options
Diffstat (limited to 'harmony/busybox/dad.if-up')
-rw-r--r-- | harmony/busybox/dad.if-up | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/harmony/busybox/dad.if-up b/harmony/busybox/dad.if-up deleted file mode 100644 index e76bb60bf..000000000 --- a/harmony/busybox/dad.if-up +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Block ifup until DAD completion -# Copyright (c) 2016 Kaarle Ritvanen - -while ip address show dev $IFACE | grep -q " tentative "; do - sleep 0.2 -done |