From c528292e5e83914eb6f1ea1dc23de713dfa0fb27 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sun, 11 Apr 2021 20:23:00 +1000 Subject: [PATCH] fix for including dhclient parameters --- rrqnet-ifupdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rrqnet-ifupdown.sh b/rrqnet-ifupdown.sh index 6658929..4928312 100755 --- a/rrqnet-ifupdown.sh +++ b/rrqnet-ifupdown.sh @@ -86,7 +86,7 @@ start_cable_pre_up() { start_cable_post_up() { case "$IF_RRQNET_DHCP" in dhclient*) - start_dhclient IF_RRQNET_DHCP + start_dhclient $IF_RRQNET_DHCP ;; *) : # no or unkown dhcp option -- 2.39.2