diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2013-06-09 16:21:51 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2013-06-09 16:21:51 +0000 |
commit | 3e2683ad937f6dcdf76303725b90a68fa9e0bbc7 (patch) | |
tree | 231779caac102d6408d183f69e5603ffbb3e3e39 /sbin/dhclient/tables.c | |
parent | 13b9bb63143ab0275f4bb0bb9b9b7ac460c399f7 (diff) |
Re-apply static route and classless static route support -- this time
passing the correct destination for the default route, '0.0.0.0', rather
than the new lease address.
Populating egress group works this time.
Problem found the hard way by Chris Smith.
Diffstat (limited to 'sbin/dhclient/tables.c')
-rw-r--r-- | sbin/dhclient/tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c index b9112334589..5ccfe34254c 100644 --- a/sbin/dhclient/tables.c +++ b/sbin/dhclient/tables.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.c,v 1.15 2013/06/09 00:30:06 krw Exp $ */ +/* $OpenBSD: tables.c,v 1.16 2013/06/09 16:21:50 krw Exp $ */ /* Tables of information. */ @@ -182,7 +182,7 @@ const struct option dhcp_options[256] = { /* 118 */ { "option-118", "X" }, /* 119 */ { "option-119", "X" }, /* 120 */ { "option-120", "X" }, - /* 121 */ { "option-121", "X" }, + /* 121 */ { "classless-static-routes", "X" }, /* 122 */ { "option-122", "X" }, /* 123 */ { "option-123", "X" }, /* 124 */ { "option-124", "X" }, |