]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix env var ms_classless_static_routes
authorRoy Marples <roy@marples.name>
Tue, 8 Jul 2008 16:43:35 +0000 (16:43 +0000)
committerRoy Marples <roy@marples.name>
Tue, 8 Jul 2008 16:43:35 +0000 (16:43 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index a4c4ce0264af5cf04fd049c8d00c146d656400d7..a0a4a3b11a2849c97cfd30f9781d76870dcd9b66 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -151,7 +151,7 @@ static const struct dhcp_opt const dhcp_opts[] = {
        { 118,  IPV4,           "subnet_selection" },
        { 119,  STRING | RFC3397,       "domain_search" },
        { 121,  RFC3442 | REQUEST,      "classless_static_routes" },
-       { 249,  RFC3442,        "ms-classless_static_routes" },
+       { 249,  RFC3442,        "ms_classless_static_routes" },
        { 0, 0, NULL }
 };