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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user