Merge "Open port 11211 for memcache in swift-proxy clusters"

This commit is contained in:
Jenkins 2015-03-11 13:23:43 +00:00 committed by Gerrit Code Review
commit 18d83e8bbf
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
set -eux
set -o pipefail
# port 11211 is used for memcache in swift-proxy clusters
add-rule INPUT -p tcp --dport 11211 -j ACCEPT