aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-03 17:36:08 -0400
committerMarco Platania <platania@research.att.com>2017-08-03 17:36:08 -0400
commit97565f21515574944cd08e43437eff1c69754cab (patch)
tree9c92a386924f62e4682761817a45c18e13ed71fd /vagrant
parent0f0a35c8b21465e2c9c6fd6fe58dd054b49bfcb6 (diff)
Change OAM CIDR to /16
Change-Id: Ib0f72a46b934458a5a40f88d8416fb2c57a63d04 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vagrant')
-rwxr-xr-xvagrant/setup_proxy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/vagrant/setup_proxy.sh b/vagrant/setup_proxy.sh
index 2161f295..da7452e6 100755
--- a/vagrant/setup_proxy.sh
+++ b/vagrant/setup_proxy.sh
@@ -31,9 +31,9 @@ sudo iptables -t mangle -F
sudo iptables -t nat -F
sudo iptables -t nat -N REDSOCKS || true
-sudo iptables -t nat -A REDSOCKS -d 0.0.0.0/8 -j RETURN
-sudo iptables -t nat -A REDSOCKS -d 10.0.0.0/8 -j RETURN
-sudo iptables -t nat -A REDSOCKS -d 127.0.0.0/8 -j RETURN
+sudo iptables -t nat -A REDSOCKS -d 0.0.0.0/16 -j RETURN
+sudo iptables -t nat -A REDSOCKS -d 10.0.0.0/16 -j RETURN
+sudo iptables -t nat -A REDSOCKS -d 127.0.0.0/16 -j RETURN
sudo iptables -t nat -A REDSOCKS -d 169.254.0.0/16 -j RETURN
sudo iptables -t nat -A REDSOCKS -d 172.16.0.0/12 -j RETURN
sudo iptables -t nat -A REDSOCKS -d 192.168.0.0/16 -j RETURN