From 63a74b7a77b80a6a594e46d8fa71484dd5be57ba Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 14 Jun 2019 20:53:34 +0200 Subject: [PATCH] [150-add-sub-option-classification] Declared sub_option_code --- src/lib/eval/parser.yy | 1 + 1 file changed, 1 insertion(+) 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 IP_ADDRESS "ip address" %type option_code +%type sub_option_code %type enterprise_id %type integer_expr %type option_repr_type