summaryrefslogtreecommitdiff
path: root/src/op_mode
diff options
context:
space:
mode:
authorFileGo <emilnovak@gmail.com>2021-08-12 10:08:23 +0100
committerFileGo <emilnovak@gmail.com>2021-08-12 10:08:23 +0100
commit0f7833483c0fe4982747bbbace45a83fae793257 (patch)
treebd8af99a90d2a9f0fd7fed64487dbe595cff117a /src/op_mode
parent9099636b9b16a2cc9b387adcdd24a1d799343944 (diff)
downloadvyos-1x-0f7833483c0fe4982747bbbace45a83fae793257.tar.gz
vyos-1x-0f7833483c0fe4982747bbbace45a83fae793257.zip
dns: T3744: fixed dns fwd statistics formatting
Diffstat (limited to 'src/op_mode')
-rwxr-xr-xsrc/op_mode/dns_forwarding_statistics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/dns_forwarding_statistics.py b/src/op_mode/dns_forwarding_statistics.py
index 1fb61d263..d79b6c024 100755
--- a/src/op_mode/dns_forwarding_statistics.py
+++ b/src/op_mode/dns_forwarding_statistics.py
@@ -11,7 +11,7 @@ PDNS_CMD='/usr/bin/rec_control --socket-dir=/run/powerdns'
OUT_TMPL_SRC = """
DNS forwarding statistics:
-Cache entries: {{ cache_entries -}}
+Cache entries: {{ cache_entries }}
Cache size: {{ cache_size }} kbytes
"""