Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/52150
Change subject: Disabling Vodaphone India in response to packet loss. ...................................................................... Disabling Vodaphone India in response to packet loss. We hope to deprecate all IP based filters in favor of X-CS soon. Change-Id: I7a2d127f74a1b9ddb1f422075217f9608a97122d --- M templates/udp2log/filters.oxygen.erb 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/50/52150/1 diff --git a/templates/udp2log/filters.oxygen.erb b/templates/udp2log/filters.oxygen.erb index 5ab0e83..a96046f 100644 --- a/templates/udp2log/filters.oxygen.erb +++ b/templates/udp2log/filters.oxygen.erb @@ -48,7 +48,8 @@ pipe 10 /usr/bin/udp-filter -F '\t' -i 212.49.88.0/25 >> /a/squid/zero-orange-kenya.tab.log # Vodaphone India -pipe 10 /usr/bin/udp-filter -F '\t' -i 203.88.0.0/19,114.31.128.0/18,112.79.0.0/16,1.38.0.0/15,42.104.0.0/13 >> /a/squid/zero-vodaphone-india.tab.log +## Disabling this for packet loss issues. 2013-03-04 - otto +# pipe 10 /usr/bin/udp-filter -F '\t' -i 203.88.0.0/19,114.31.128.0/18,112.79.0.0/16,1.38.0.0/15,42.104.0.0/13 >> /a/squid/zero-vodaphone-india.tab.log # Saudi Telecom pipe 10 /usr/bin/udp-filter -F '\t' -i 212.118.140.0/22,212.215.128.0/17,84.235.72.0/22,84.235.94.240/28 >> /a/squid/zero-saudi-telecom.tab.log -- To view, visit https://gerrit.wikimedia.org/r/52150 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7a2d127f74a1b9ddb1f422075217f9608a97122d Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
