From: Roy Marples Date: Tue, 8 Jul 2008 16:43:35 +0000 (+0000) Subject: Fix env var ms_classless_static_routes X-Git-Tag: v4.0.2~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71bb037b1c50eaf60e613f6432d59a3e65f00d15;p=thirdparty%2Fdhcpcd.git Fix env var ms_classless_static_routes --- diff --git a/dhcp.c b/dhcp.c index a4c4ce02..a0a4a3b1 100644 --- 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 } };