BIND 10 pd-ietf-demo2, updated. af6007fcc169e2eccd65f3fc0ae0080d19249fad [pd-ietf-demo] Do not include DHCPv4 private option codes as standard opts.
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Nov 3 19:38:19 UTC 2013
The branch, pd-ietf-demo2 has been updated
via af6007fcc169e2eccd65f3fc0ae0080d19249fad (commit)
from d32cde59d6e6f60299d848c2fe08ce4adb733e24 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit af6007fcc169e2eccd65f3fc0ae0080d19249fad
Author: Marcin Siodelski <marcin at isc.org>
Date: Sun Nov 3 11:38:00 2013 -0800
[pd-ietf-demo] Do not include DHCPv4 private option codes as standard opts.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/libdhcp++.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/libdhcp++.cc b/src/lib/dhcp/libdhcp++.cc
index 4bc4a92..90eb70f 100644
--- a/src/lib/dhcp/libdhcp++.cc
+++ b/src/lib/dhcp/libdhcp++.cc
@@ -165,7 +165,7 @@ LibDHCP::isStandardOption(const Option::Universe u, const uint16_t code) {
(code > 146 && code < 150) ||
(code > 177 && code < 208) ||
(code > 213 && code < 220) ||
- (code > 221 && code < 224))) {
+ (code > 221 && code < 255))) {
return (true);
}
More information about the bind10-changes
mailing list