From b940473cebea1eadec47a726a8672196e4ce2e8a Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 19 Nov 2017 11:32:00 +0100 Subject: [PATCH] [5425] Added known_clients_value type --- src/bin/dhcp4/dhcp4_parser.yy | 1 + src/bin/dhcp6/dhcp6_parser.yy | 1 + 2 files changed, 2 insertions(+) diff --git a/src/bin/dhcp4/dhcp4_parser.yy b/src/bin/dhcp4/dhcp4_parser.yy index dc5fcbf4eb..247a240855 100644 --- a/src/bin/dhcp4/dhcp4_parser.yy +++ b/src/bin/dhcp4/dhcp4_parser.yy @@ -220,6 +220,7 @@ using namespace std; %type outbound_interface_value %type db_type %type hr_mode +%type known_clients_value %type ncr_protocol_value %type replace_client_name_value diff --git a/src/bin/dhcp6/dhcp6_parser.yy b/src/bin/dhcp6/dhcp6_parser.yy index eaff6f36cf..34c346503d 100644 --- a/src/bin/dhcp6/dhcp6_parser.yy +++ b/src/bin/dhcp6/dhcp6_parser.yy @@ -222,6 +222,7 @@ using namespace std; %type map_value %type db_type %type hr_mode +%type known_clients_value %type duid_type %type ncr_protocol_value %type replace_client_name_value -- 2.47.2