mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[#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
This commit is contained in:
@@ -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.
|
||||
};
|
||||
|
Reference in New Issue
Block a user