mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
system: a little more pretty print
This commit is contained in:
parent
dba3a964de
commit
061a3a4035
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user