mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +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
|
||||
# of the parent object to cause the server to replace the
|
||||
# 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.
|
||||
IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN
|
||||
# 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
|
||||
# of the parent object to cause the server to replace the
|
||||
# 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.
|
||||
IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN
|
||||
# todo: host manager hasn't been updated to use audit
|
||||
|
Reference in New Issue
Block a user