From: Roy Marples Date: Thu, 30 Jan 2014 08:25:11 +0000 (+0000) Subject: Send auth when all protocol options specified. X-Git-Tag: v6.3.0~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35fef8ed2571314cc6caa7266f4ff1f81a6c140e;p=thirdparty%2Fdhcpcd.git Send auth when all protocol options specified. --- diff --git a/if-options.c b/if-options.c index c7930096..d5fdf34a 100644 --- a/if-options.c +++ b/if-options.c @@ -1615,6 +1615,7 @@ parse_option(const char *ifname, struct if_options *ifo, syslog(LOG_ERR, "%s: unsupported RDM", arg); return -1; } + ifo->auth.options |= DHCPCD_AUTH_SEND; break; case O_AUTHTOKEN: fp = strwhite(arg);