Added mapped IPv4 address to allowed list.
authorSteven Valdez <dvorak42@mit.edu>
Tue, 18 Jun 2013 00:08:02 +0000 (20:08 -0400)
committerSteven Valdez <dvorak42@mit.edu>
Tue, 18 Jun 2013 00:08:44 +0000 (20:08 -0400)
debian/changelog
debian/transform_munin-node.conf.xvm.mako

index e384f3a..0201b5b 100644 (file)
@@ -1,3 +1,9 @@
+xvm-munin-config (0.0.13ubuntu1) precise; urgency=low
+
+  * Added ::ffff:$IP mapped IPv4 address to allowed list.
+
+ -- Steven Valdez <dvorak42@mit.edu>  Mon, 17 Jun 2013 20:07:02 -0400
+
 xvm-munin-config (0.0.13) unstable; urgency=low
 
   * Ensure that UUIDs begin with a letter and not a number, to work around
 xvm-munin-config (0.0.13) unstable; urgency=low
 
   * Ensure that UUIDs begin with a letter and not a number, to work around
index a6955df..af362d2 100755 (executable)
@@ -21,6 +21,7 @@ END {
   print <<'EOF';
 % for host in cfg.get('monitoring', []):
 allow ^${host.ip.replace('.', '\.')}$
   print <<'EOF';
 % for host in cfg.get('monitoring', []):
 allow ^${host.ip.replace('.', '\.')}$
+allow ^::ffff:${host.ip.replace('.', '\.')}$
 % endfor
 EOF
 }
 % endfor
 EOF
 }