]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add type for rfc3442
authorRoy Marples <roy@marples.name>
Fri, 29 Nov 2013 12:02:17 +0000 (12:02 +0000)
committerRoy Marples <roy@marples.name>
Fri, 29 Nov 2013 12:02:17 +0000 (12:02 +0000)
if-options.c

index 5163ab29618c2aa85afe0669c989496643c3f679..7b90c17273b11b4c50b46cc6b25355b65e86976f 100644 (file)
@@ -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 {