2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[#805,!5-p] kea-dhcp6 now supports max-row-errors parameter

src/bin/dhcp6/dhcp6_lexer.ll
src/bin/dhcp6/dhcp6_parser.yy
    Added max-row-errors

src/lib/dhcpsrv/tests/lease_file_loader_unittest.cc
    TEST_F(LeaseFileLoaderTest, maxRowErrors6) - new unit test
    to verify max-row-errors operation
This commit is contained in:
Thomas Markwalder
2019-08-09 11:18:35 -04:00
parent 331888d203
commit 5caea854fd
10 changed files with 7418 additions and 1222 deletions

View File

@@ -1,4 +1,8 @@
<<<<<<< HEAD
// A Bison parser, made by GNU Bison 3.4.1.
=======
// A Bison parser, made by GNU Bison 3.2.1.
>>>>>>> [#805,!5-p] kea-dhcp6 now supports max-row-errors parameter
// Starting with Bison 3.2, this file is useless: the structure it
// used to define is now defined with the parser itself.