diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/eval/parser.yy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/eval/parser.yy b/src/lib/eval/parser.yy index e4fef3709c..1b4c3cfc14 100644 --- a/src/lib/eval/parser.yy +++ b/src/lib/eval/parser.yy @@ -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 |