From: Roy Marples Date: Wed, 16 Apr 2008 12:25:13 +0000 (+0000) Subject: Use correct mtu function. X-Git-Tag: v4.0.2~483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2973ddc6ea5fe5cae00c53cfd902f16d814a91c7;p=thirdparty%2Fdhcpcd.git Use correct mtu function. --- diff --git a/dhcpcd.sh.in b/dhcpcd.sh.in index ff63eb22..2297ad95 100644 --- a/dhcpcd.sh.in +++ b/dhcpcd.sh.in @@ -279,7 +279,7 @@ run_reason() r=$? ;; BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) - make_mtu + set_mtu r=$((${r} + $?)) make_resolv_conf r=$((${r} + $?))