diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-12 14:06:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 14:06:58 +0200 |
commit | d858bc06226c33e102fdf65e77bdb0362e40ef42 (patch) | |
tree | ebf8f4893b43d847fc4ea20cc039e987bb50885c /src | |
parent | e7e0247ce2b1d4405cc73e73cd1b34171b99f678 (diff) | |
parent | 0f7833483c0fe4982747bbbace45a83fae793257 (diff) | |
download | vyos-1x-d858bc06226c33e102fdf65e77bdb0362e40ef42.tar.gz vyos-1x-d858bc06226c33e102fdf65e77bdb0362e40ef42.zip |
Merge pull request #963 from FileGo/T3744
dns: T3744: fixed dns fwd statistics formatting
Diffstat (limited to 'src')
-rwxr-xr-x | src/op_mode/dns_forwarding_statistics.py | 2 |
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 """ |