system: a little more pretty print

This commit is contained in:
Franco Fichtner 2019-04-29 14:11:30 +02:00
parent dba3a964de
commit 061a3a4035

View File

@ -34,10 +34,15 @@ fi
/usr/bin/logger -t dpinger "GATEWAY ALARM: ${GATEWAY} (Addr: ${2} Alarm: ${3} RTT: ${4}ms RTTd: ${5}ms Loss: ${6}%)"
echo -n "Reloading filter: "
/usr/local/opnsense/service/configd_ctl.py filter reload
# XXX move to plugins
echo -n "Reloading DynDNS for ${GATEWAY}: "
/usr/local/opnsense/service/configd_ctl.py dyndns reload ${GATEWAY}
# XXX move to plugins
echo -n "Reloading RFC 2136 for ${GATEWAY}: "
/usr/local/opnsense/service/configd_ctl.py rfc2136 reload ${GATEWAY}
exit 0