2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +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 877ca52411
commit 36e9ff55d2
6 changed files with 5567 additions and 29 deletions

View File

@@ -1,8 +1,12 @@
<<<<<<< HEAD
<<<<<<< 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
=======
// 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.