diff options
author | Francis Dupont <fdupont@isc.org> | 2017-11-20 23:27:07 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-11-20 23:27:07 +0100 |
commit | 13a8becc1b8cc6751a43fbae75a37c61f4988b3f (patch) | |
tree | 1a57a2ef877a37185d292707b1df4bfdded6aa66 /src/bin/dhcp6/dhcp6_lexer.ll | |
parent | [5425] Checkpoint: still a few new tests to add (diff) | |
download | kea-13a8becc1b8cc6751a43fbae75a37c61f4988b3f.tar.xz kea-13a8becc1b8cc6751a43fbae75a37c61f4988b3f.zip |
[5425] Added final (?) tests
Diffstat (limited to 'src/bin/dhcp6/dhcp6_lexer.ll')
-rw-r--r-- | src/bin/dhcp6/dhcp6_lexer.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/dhcp6/dhcp6_lexer.ll b/src/bin/dhcp6/dhcp6_lexer.ll index 4808abeb27..fba59d48e0 100644 --- a/src/bin/dhcp6/dhcp6_lexer.ll +++ b/src/bin/dhcp6/dhcp6_lexer.ll @@ -830,6 +830,7 @@ ControlCharacterFill [^"\\]|\\{JSONEscapeSequence} \"known-clients\" { switch(driver.ctx_) { case isc::dhcp::Parser6Context::POOLS: + case isc::dhcp::Parser6Context::PD_POOLS: return isc::dhcp::Dhcp6Parser::make_KNOWN_CLIENTS(driver.loc_); default: return isc::dhcp::Dhcp6Parser::make_STRING("known-clients", driver.loc_); |