Faidon has submitted this change and it was merged.

Change subject: tcpircbot: IPv4 cidr instead of IPv4-mapped IPv6
......................................................................


tcpircbot: IPv4 cidr instead of IPv4-mapped IPv6

No reason to use the weird-looking IPv4-mapped instead of proper IPv4
cidr subnets. tcpircbot supports both and should do the right thing.

Change-Id: Id688a26dbf5c7142fd3b2d0bfaed9b65869c7c63
---
M manifests/site.pp
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, but someone else must approve
  Faidon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/site.pp b/manifests/site.pp
index cf63997..5a5f77f 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2031,10 +2031,10 @@
                channel  => '#wikimedia-operations',
                password => $passwords::logmsgbot::logmsgbot_password,
                cidr     => [
-                       '::ffff:10.64.21.123/128',    # vanadium
-                       '::ffff:10.64.0.196/128',     # tin
-                       '::ffff:208.80.152.165/128',  # fenari
-                       '::ffff:127.0.0.1/128',       # loopback
+                       '10.64.21.123/32',    # vanadium
+                       '10.64.0.196/32',     # tin
+                       '208.80.152.165/32',  # fenari
+                       '127.0.0.1/32',       # loopback
                ],
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/69625
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id688a26dbf5c7142fd3b2d0bfaed9b65869c7c63
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <[email protected]>
Gerrit-Reviewer: Faidon <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to