Allow VxLAN udp port 4789 and multicast

neutron-openvswitch-agent DIB element now allows the VxLAN port and multicast

Change-Id: I1f7e3e849d8896debbbd02c320d23ef47db51e7c
This commit is contained in:
Jonathan Brownell 2014-12-09 15:22:41 -08:00
parent ace480b751
commit b2c6aa8838
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -eux
set -o pipefail
# VxLAN ports
add-rule INPUT -p udp -m udp --dport 4789 -j ACCEPT
add-rule INPUT -m pkttype --pkt-type multicast -j ACCEPT