2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05:16 +00:00

[#396,!205] Addressed a typo in the dhcpdb_create.mysql script.

This commit is contained in:
Marcin Siodelski
2019-01-30 19:01:50 +01:00
parent 6c8ae1e1e1
commit 6d40db07ef
2 changed files with 2 additions and 2 deletions

View File

@@ -1788,7 +1788,7 @@ BEGIN
# scope the audit entry will contain the object_type value # scope the audit entry will contain the object_type value
# of the parent object to cause the server to replace the # of the parent object to cause the server to replace the
# entire subnet. The only case when the object_type will be # entire subnet. The only case when the object_type will be
# set to 'dhcp4_options' is when the global option is added. # set to 'dhcp4_options' is when a global option is added.
# Global options do not have the owner. # Global options do not have the owner.
IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN
# todo: host manager hasn't been updated to use audit # todo: host manager hasn't been updated to use audit

View File

@@ -471,7 +471,7 @@ BEGIN
# scope the audit entry will contain the object_type value # scope the audit entry will contain the object_type value
# of the parent object to cause the server to replace the # of the parent object to cause the server to replace the
# entire subnet. The only case when the object_type will be # entire subnet. The only case when the object_type will be
# set to 'dhcp4_options' is when the global option is added. # set to 'dhcp4_options' is when a global option is added.
# Global options do not have the owner. # Global options do not have the owner.
IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN
# todo: host manager hasn't been updated to use audit # todo: host manager hasn't been updated to use audit