]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Send auth when all protocol options specified.
authorRoy Marples <roy@marples.name>
Thu, 30 Jan 2014 08:25:11 +0000 (08:25 +0000)
committerRoy Marples <roy@marples.name>
Thu, 30 Jan 2014 08:25:11 +0000 (08:25 +0000)
if-options.c

index c7930096e9c4d89e0c5d6248e552c33aa1a41523..d5fdf34a7b5253bfe77c0f17c26235177379cf6b 100644 (file)
@@ -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);