Mercurial > hg > dhcpcd
changeset 2169:97267d7f1321 draft
Add type for rfc3442
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Fri, 29 Nov 2013 12:02:17 +0000 |
| parents | 6133c1c25912 |
| children | 6787ee3545b5 |
| files | if-options.c |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/if-options.c Fri Nov 29 11:15:03 2013 +0000 +++ b/if-options.c Fri Nov 29 12:02:17 2013 +0000 @@ -1304,6 +1304,8 @@ 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 {
