From aaa5253959c5add2c37d546053071f1707dfc02f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 06 Aug 2014 13:03:50 -0400 Subject: Only run udhcpd on interfaces that configure it --- (limited to 'src.etc/network/functions') diff --git a/src.etc/network/functions b/src.etc/network/functions index b74fb91..e5967b7 100644 --- a/src.etc/network/functions +++ b/src.etc/network/functions @@ -10,9 +10,7 @@ fi get_iface_opts() { - local opts_start_cb="${1}" - local opt_cb="${2}" - local opts_end_cb="${3}" + local opt_cb="${1}" local script= local opts= local opt= @@ -29,13 +27,11 @@ get_iface_opts() return 0 fi - ${opts_start_cb} while read -r opt; do ${opt_cb} ${opt} done <<-EOF ${opts} EOF - ${opts_end_cb} return 0 } -- cgit v0.9.1