]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[150-add-sub-option-classification] Declared sub_option_code
authorFrancis Dupont <fdupont@isc.org>
Fri, 14 Jun 2019 18:53:34 +0000 (20:53 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 14 Aug 2019 08:13:02 +0000 (10:13 +0200)
src/lib/eval/parser.yy

index e4fef3709c11854824bcff5966f8880d61ff1bbc..1b4c3cfc1462c8e79b0a75771d19b65b11bb027d 100644 (file)
@@ -95,6 +95,7 @@ using namespace isc::eval;
 %token <std::string> IP_ADDRESS "ip address"
 
 %type <uint16_t> option_code
+%type <uint16_t> sub_option_code
 %type <uint32_t> enterprise_id
 %type <uint32_t> integer_expr
 %type <TokenOption::RepresentationType> option_repr_type