From: Roy Marples Date: Fri, 29 Nov 2013 12:02:17 +0000 (+0000) Subject: Add type for rfc3442 X-Git-Tag: v6.2.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfee59d2c3405645074a5f6ab1647592ea27a3c5;p=thirdparty%2Fdhcpcd.git Add type for rfc3442 --- diff --git a/if-options.c b/if-options.c index 5163ab29..7b90c172 100644 --- a/if-options.c +++ b/if-options.c @@ -1304,6 +1304,8 @@ parse_option(struct if_options *ifo, int opt, const char *arg) t = ENCAP; else if (strcasecmp(arg, "rfc3361") ==0) t = STRING | RFC3361; + else if (strcasecmp(arg, "rfc3442") ==0) + t = RFC3442; else if (strcasecmp(arg, "rfc5969") == 0) t = RFC5969; else {