]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] regen flex with 4o6-subnet fixed
authorFrancis Dupont <fdupont@isc.org>
Sun, 5 Mar 2017 21:48:36 +0000 (21:48 +0000)
committerFrancis Dupont <fdupont@isc.org>
Sun, 5 Mar 2017 21:48:36 +0000 (21:48 +0000)
src/bin/dhcp4/dhcp4_lexer.cc

index 0aa29459da600625d75613c006e56795cbb97866..c52c3a3b06c1a65b4a05cd9bfd45fbf3fef4725f 100644 (file)
@@ -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