# Use a stored procedure to find AND allocate the address. Read and customise
# `procedure.sql` in this directory to determine the optimal configuration.
#
+# Comment out alloc_existing, alloc_requested and alloc_update to use this
+#
#alloc_begin = ""
#alloc_find = "\
# EXEC fr_ippool_allocate_previous_or_new_address \
# @v_gateway = '${gateway}', \
# @v_owner = '${owner}', \
# @v_lease_duration = ${offer_duration}, \
-# @v_requested_address = '%{${requested_address} || 0.0.0.0}'
+# @v_requested_address = '%{${requested_address} || 0.0.0.0}' \
# "
-#alloc_update = ""
#alloc_commit = ""
# Use a stored procedure to find AND allocate the address. Read and customise
# `procedure.sql` in this directory to determine the optimal configuration.
#
+# Comment out alloc_existing, alloc_requested and alloc_update to use this
+#
#alloc_begin = ""
#alloc_find = "\
# CALL fr_ippool_allocate_previous_or_new_address( \
# '${gateway}', \
# '${owner}', \
# ${offer_duration}, \
-# '%{${requested_address} || 0.0.0.0}'
+# '%{${requested_address} || 0.0.0.0}' \
# )"
-#alloc_update = ""
#alloc_commit = ""