===== COMMAND =====: iptables -t filter -S
===== RETURN CODE =====: 0
===== STDOUT =====:
[10.20.0.7] out: -P INPUT DROP
[10.20.0.7] out: -P FORWARD ACCEPT
[10.20.0.7] out: -P OUTPUT ACCEPT
[10.20.0.7] out: -N neutron-filter-top
[10.20.0.7] out: -N neutron-openvswi-FORWARD
[10.20.0.7] out: -N neutron-openvswi-INPUT
[10.20.0.7] out: -N neutron-openvswi-OUTPUT
[10.20.0.7] out: -N neutron-openvswi-local
[10.20.0.7] out: -N neutron-openvswi-scope
[10.20.0.7] out: -N neutron-openvswi-sg-chain
[10.20.0.7] out: -N neutron-openvswi-sg-fallback
[10.20.0.7] out: -A INPUT -j neutron-openvswi-INPUT
[10.20.0.7] out: -A INPUT -p icmp -m comment --comment "000 accept all icmp requests" -j ACCEPT
[10.20.0.7] out: -A INPUT -i lo -m comment --comment "001 accept all to lo interface" -j ACCEPT
[10.20.0.7] out: -A INPUT -m comment --comment "002 accept related established rules" -m state --state RELATED,ESTABLISHED -j ACCEPT
[10.20.0.7] out: -A INPUT -p tcp -m multiport --dports 6800:7100 -m comment --comment "011 ceph-osd allow" -j ACCEPT
[10.20.0.7] out: -A INPUT -s 10.20.0.0/24 -p tcp -m multiport --ports 22 -m comment --comment "020 ssh from 10.20.0.0/24" -j ACCEPT
[10.20.0.7] out: -A INPUT -s 192.168.0.0/24 -p tcp -m multiport --ports 22 -m comment --comment "020 ssh from 192.168.0.0/24" -j ACCEPT
[10.20.0.7] out: -A INPUT -s 192.168.1.0/24 -p tcp -m multiport --ports 22 -m comment --comment "020 ssh from 192.168.1.0/24" -j ACCEPT
[10.20.0.7] out: -A INPUT -s 192.168.0.0/24 -p tcp -m multiport --ports 5900:6100 -m comment --comment "105 nova vnc from 192.168.0.0/24" -j ACCEPT
[10.20.0.7] out: -A INPUT -s 192.168.1.0/24 -p tcp -m multiport --ports 3260 -m comment --comment "109 iscsi from 192.168.1.0/24" -j ACCEPT
[10.20.0.7] out: -A INPUT -s 192.168.0.0/24 -p udp -m multiport --ports 123 -m comment --comment "112 ntp-server from 192.168.0.0/24" -j ACCEPT
[10.20.0.7] out: -A INPUT -s 192.168.0.0/24 -p tcp -m multiport --ports 16509 -m comment --comment "118 libvirt from 192.168.0.0/24" -j ACCEPT
[10.20.0.7] out: -A INPUT -s 192.168.0.0/24 -p tcp -m multiport --ports 49152:49215 -m comment --comment "119 libvirt-migration from 192.168.0.0/24" -j ACCEPT
[10.20.0.7] out: -A INPUT -p udp -m multiport --dports 4789,4790 -m comment --comment "222 vxlan" -j ACCEPT
[10.20.0.7] out: -A INPUT -p gre -m comment --comment "334 accept gre" -j ACCEPT
[10.20.0.7] out: -A INPUT -p udp -m multiport --ports 4789 -m comment --comment "340 vxlan_udp_port" -j ACCEPT
[10.20.0.7] out: -A FORWARD -j neutron-filter-top
[10.20.0.7] out: -A FORWARD -j neutron-openvswi-FORWARD
[10.20.0.7] out: -A OUTPUT -j neutron-filter-top
[10.20.0.7] out: -A OUTPUT -j neutron-openvswi-OUTPUT
[10.20.0.7] out: -A neutron-filter-top -j neutron-openvswi-local
[10.20.0.7] out: -A neutron-openvswi-FORWARD -j neutron-openvswi-scope
[10.20.0.7] out: -A neutron-openvswi-sg-chain -j ACCEPT
[10.20.0.7] out: -A neutron-openvswi-sg-fallback -m comment --comment "Default drop rule for unmatched traffic." -j DROP
[10.20.0.7] out: 

===== STDERR =====:
