summaryrefslogtreecommitdiff
path: root/legacy/busybox/dad.if-up
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/busybox/dad.if-up')
-rw-r--r--legacy/busybox/dad.if-up8
1 files changed, 0 insertions, 8 deletions
diff --git a/legacy/busybox/dad.if-up b/legacy/busybox/dad.if-up
deleted file mode 100644
index e76bb60bf..000000000
--- a/legacy/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