From: Michael Tremer Date: Thu, 8 Sep 2016 16:24:50 +0000 (+0200) Subject: DHCP: Show message when subnet range has been created X-Git-Tag: 009~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c9ad8c642d2006360af1c7d7efde10ef3e78db;p=network.git DHCP: Show message when subnet range has been created Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.dhcpd b/src/functions/functions.dhcpd index 562aee07..71afefc5 100644 --- a/src/functions/functions.dhcpd +++ b/src/functions/functions.dhcpd @@ -769,6 +769,8 @@ dhcpd_subnet_range_new() { settings_write ${file} ${settings} + log INFO "DHCP subnet range ${START}-${END} created" + return ${EXIT_OK} }