]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5494] Added HWADDR_SOURCE_DOCSIS_MODEM
authorFrancis Dupont <fdupont@isc.org>
Thu, 8 Feb 2018 12:44:58 +0000 (13:44 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 8 Feb 2018 12:44:58 +0000 (13:44 +0100)
src/share/database/scripts/cql/dhcpdb_create.cql

index 7c8c36f7bef16215943bd9ec4f7d7a50c5016ae8..5f92167ab1792402cf4b1740567ca1ea44f37f25 100644 (file)
@@ -1,4 +1,4 @@
--- Copyright (C) 2015-2017 Deutsche Telekom AG.
+-- Copyright (C) 2015-2018 Deutsche Telekom AG.
 
 -- Author: Razvan Becheriu <razvan.becheriu@qualitance.com>
 
@@ -152,6 +152,8 @@ INSERT INTO lease_hwaddr_source (hwaddr_source, name) VALUES (32, 'HWADDR_SOURCE
 -- Hardware address extracted from docsis options
 INSERT INTO lease_hwaddr_source (hwaddr_source, name) VALUES (64, 'HWADDR_SOURCE_DOCSIS_CMTS');
 
+INSERT INTO lease_hwaddr_source (hwaddr_source, name) VALUES (128, 'HWADDR_SOURCE_DOCSIS_MODEM');
+
 -- Create table holding mapping of the lease states to their names.
 -- This is not used in queries from the DHCP server but rather in
 -- direct queries from the lease database management tools.