From: Francis Dupont Date: Sun, 5 Mar 2017 21:48:36 +0000 (+0000) Subject: [master] regen flex with 4o6-subnet fixed X-Git-Tag: trac5152_base~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c818fd4ec294371402e5b0a009a4e8a1c2b622da;p=thirdparty%2Fkea.git [master] regen flex with 4o6-subnet fixed --- diff --git a/src/bin/dhcp4/dhcp4_lexer.cc b/src/bin/dhcp4/dhcp4_lexer.cc index 0aa29459da..c52c3a3b06 100644 --- a/src/bin/dhcp4/dhcp4_lexer.cc +++ b/src/bin/dhcp4/dhcp4_lexer.cc @@ -3277,7 +3277,7 @@ YY_RULE_SETUP case isc::dhcp::Parser4Context::SUBNET4: return isc::dhcp::Dhcp4Parser::make_SUBNET_4O6_SUBNET(driver.loc_); default: - return isc::dhcp::Dhcp4Parser::make_STRING("4o6-interface", driver.loc_); + return isc::dhcp::Dhcp4Parser::make_STRING("4o6-subnet", driver.loc_); } } YY_BREAK