aboutsummaryrefslogtreecommitdiffstats
path: root/ipv6-update
diff options
context:
space:
mode:
Diffstat (limited to 'ipv6-update')
-rw-r--r--ipv6-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipv6-update b/ipv6-update
index eee3536..7621082 100644
--- a/ipv6-update
+++ b/ipv6-update
@@ -7,10 +7,10 @@
:local PdPrefix $"pd-prefix";
:global ParseKeyValueStore;
-:global LogAndError;
+:global LogPrintExit;
:if ([ :typeof $PdPrefix ] = "nothing") do={
- $LogAndError error "This script is supposed to run from ipv6 dhcp-client.";
+ $LogPrintExit error "This script is supposed to run from ipv6 dhcp-client." true;
}
:local Pool [ / ipv6 pool get [ find where prefix=$PdPrefix ] name ];