diff options
author | Thomas Markwalder <tmark@isc.org> | 2023-03-22 13:36:02 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2023-03-23 12:18:26 +0100 |
commit | 5044e64958f3610812da521379c5013f80c125fa (patch) | |
tree | 599ab6b4ed9dab204a4600e9a11320237f47f0d1 /src/bin/dhcp4/dhcp4_parser.h | |
parent | [#2719] Addressed minor review comments (diff) | |
download | kea-5044e64958f3610812da521379c5013f80c125fa.tar.xz kea-5044e64958f3610812da521379c5013f80c125fa.zip |
[#2719] Addresssed more comments, added to class parser
modified:
src/bin/dhcp4/dhcp4_lexer.cc
src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp4/dhcp4_parser.cc
src/bin/dhcp4/dhcp4_parser.h
src/bin/dhcp4/dhcp4_parser.yy
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc
src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc
src/lib/dhcpsrv/client_class_def.cc
Diffstat (limited to 'src/bin/dhcp4/dhcp4_parser.h')
-rw-r--r-- | src/bin/dhcp4/dhcp4_parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/dhcp4/dhcp4_parser.h b/src/bin/dhcp4/dhcp4_parser.h index 34864c7492..7fff948457 100644 --- a/src/bin/dhcp4/dhcp4_parser.h +++ b/src/bin/dhcp4/dhcp4_parser.h @@ -1015,7 +1015,7 @@ namespace isc { namespace dhcp { S_early_global_reservations_lookup = 294, // early_global_reservations_lookup S_ip_reservations_unique = 295, // ip_reservations_unique S_reservations_lookup_first = 296, // reservations_lookup_first - S_offer_lft = 297, // offer_lft + S_offer_lifetime = 297, // offer_lifetime S_interfaces_config = 298, // interfaces_config S_299_27 = 299, // $@27 S_interfaces_config_params = 300, // interfaces_config_params @@ -5340,7 +5340,7 @@ switch (yykind) /// Constants. enum { - yylast_ = 1313, ///< Last index in yytable_. + yylast_ = 1315, ///< Last index in yytable_. yynnts_ = 435, ///< Number of nonterminal symbols. yyfinal_ = 28 ///< Termination state number. }; |