From: Francis Dupont Date: Sun, 19 Nov 2017 10:32:00 +0000 (+0100) Subject: [5425] Added known_clients_value type X-Git-Tag: trac5374_base~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b940473cebea1eadec47a726a8672196e4ce2e8a;p=thirdparty%2Fkea.git [5425] Added known_clients_value type --- 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