From 58952fb9fca5a3e296254fa422bef33af219da68 Mon Sep 17 00:00:00 2001 From: Steven Valdez Date: Mon, 17 Jun 2013 19:57:02 -0400 Subject: [PATCH 1/1] Added mapped IPv4 address --- debian/changelog | 6 ++++++ templatize-munin-config | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 54ae2c8..12eb563 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-munin-config (0.0.14~dvorak) precise; urgency=low + + * Added ::ffff:$IP to list of allowed IPs + + -- Steven Valdez Mon, 17 Jun 2013 19:54:55 -0400 + xvm-munin-config (0.0.14) unstable; urgency=low * Switch to dh7 diff --git a/templatize-munin-config b/templatize-munin-config index a6955df..72ccf45 100755 --- a/templatize-munin-config +++ b/templatize-munin-config @@ -21,6 +21,7 @@ END { print <<'EOF'; % for host in cfg.get('monitoring', []): allow ^${host.ip.replace('.', '\.')}$ +allow allow ^::ffff:${host.ip.replace('.', '\.')}$ % endfor EOF } -- 1.7.9.5