table inet filter { # handle 4
	chain INPUT { # handle 1
		type filter hook input priority filter; policy drop;
		jump EDPM_INPUT # handle 827
		jump EDPM_INPUT # handle 796
		jump EDPM_INPUT # handle 773
		jump EDPM_INPUT # handle 754
		jump TRIPLEO_INPUT # handle 726
		ip saddr 172.17.1.0/24 tcp dport 6641 ct state new counter packets 0 bytes 0 accept # handle 728
		ip saddr 172.17.1.0/24 tcp dport 6642 ct state new counter packets 0 bytes 0 accept # handle 729
	}

	chain FORWARD { # handle 2
		type filter hook forward priority filter; policy accept;
	}

	chain OUTPUT { # handle 3
		type filter hook output priority filter; policy accept;
		jump TRIPLEO_OUTPUT # handle 727
	}

	chain TRIPLEO_INPUT { # handle 638
		ct state established,related counter packets 2074178 bytes 16270688521 accept comment "000 accept related established rules" # handle 640
		meta l4proto icmp ct state new counter packets 904 bytes 61348 accept comment "001 accept all icmp" # handle 641
		meta l4proto ipv6-icmp counter packets 41 bytes 2952 accept comment "001 accept all ipv6-icmp" # handle 642
		iifname "lo" counter packets 46906 bytes 2813864 accept comment "002 accept all to lo interface" # handle 643
		tcp dport 22 ct state new counter packets 306 bytes 18232 accept comment "003 accept ssh from all" # handle 644
		ip saddr 192.168.122.0/24 tcp dport 22 ct state new counter packets 0 bytes 0 accept comment "003 accept ssh from ctlplane subnet 192.168.122.0/24" # handle 645
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 646
		tcp dport 8042 ct state new counter packets 0 bytes 0 accept comment "100 aodh_haproxy_frontend" # handle 647
		tcp dport 9311 ct state new counter packets 0 bytes 0 accept comment "100 barbican_haproxy_frontend" # handle 648
		tcp dport 8776 ct state new counter packets 0 bytes 0 accept comment "100 cinder_haproxy_frontend" # handle 649
		tcp dport 8787 ct state new counter packets 0 bytes 0 accept comment "100 docker_registry_haproxy_frontend" # handle 650
		tcp dport 9292 ct state new counter packets 0 bytes 0 accept comment "100 glance_api_haproxy_frontend" # handle 651
		tcp dport 9293 ct state new counter packets 0 bytes 0 accept comment "100 glance_api_internal_haproxy_frontend" # handle 652
		tcp dport 8041 ct state new counter packets 0 bytes 0 accept comment "100 gnocchi_haproxy_frontend" # handle 653
		tcp dport 8000 ct state new counter packets 0 bytes 0 accept comment "100 heat_api_cfn_haproxy_frontend" # handle 654
		tcp dport 8004 ct state new counter packets 0 bytes 0 accept comment "100 heat_api_haproxy_frontend" # handle 655
		tcp dport 80 ct state new counter packets 0 bytes 0 accept comment "100 horizon_haproxy_frontend" # handle 656
		tcp dport 35357 ct state new counter packets 0 bytes 0 accept comment "100 keystone_admin_haproxy_frontend" # handle 657
		tcp dport 5000 ct state new counter packets 0 bytes 0 accept comment "100 keystone_public_haproxy_frontend" # handle 658
		tcp dport 8786 ct state new counter packets 0 bytes 0 accept comment "100 manila_haproxy_frontend" # handle 659
		tcp dport 3306 ct state new counter packets 35 bytes 2100 accept comment "100 mysql_haproxy" # handle 660
		tcp dport 9696 ct state new counter packets 0 bytes 0 accept comment "100 neutron_haproxy_frontend" # handle 661
		tcp dport 8775 ct state new counter packets 0 bytes 0 accept comment "100 nova_metadatahaproxy_frontend" # handle 662
		tcp dport 8774 ct state new counter packets 0 bytes 0 accept comment "100 nova_osapi_haproxy_frontend" # handle 663
		tcp dport 6080 ct state new counter packets 0 bytes 0 accept comment "100 nova_vncproxy_haproxy_frontend" # handle 664
		tcp dport 9876 ct state new counter packets 0 bytes 0 accept comment "100 octavia_haproxy_frontend" # handle 665
		tcp dport 8778 ct state new counter packets 0 bytes 0 accept comment "100 placement_haproxy_frontend" # handle 666
		tcp dport 8080 ct state new counter packets 0 bytes 0 accept comment "100 swift_proxy_server_haproxy_frontend" # handle 667
		tcp dport { 873, 3123, 3306, 4444, 4567, 4568, 9200 } ct state new counter packets 0 bytes 0 accept comment "104 mysql galera-bundle" # handle 669
		udp dport 123 ct state new counter packets 0 bytes 0 accept comment "105 ntp" # handle 670
		tcp dport 1993 ct state new counter packets 0 bytes 0 accept comment "107 haproxy stats" # handle 671
		tcp dport { 3124, 6379, 26379 } ct state new counter packets 0 bytes 0 accept comment "108 redis-bundle" # handle 673
		tcp dport { 3122, 4369, 5672, 25672-25683 } ct state new counter packets 0 bytes 0 accept comment "109 rabbitmq-bundle" # handle 675
		tcp dport { 3300, 6789 } ct state new counter packets 403 bytes 24180 accept comment "110 ceph_mon" # handle 677
		tcp dport 6800-7300 ct state new counter packets 99 bytes 5940 accept comment "111 ceph_osd" # handle 678
		tcp dport { 5000, 35357 } ct state new counter packets 0 bytes 0 accept comment "111 keystone" # handle 680
		tcp dport 6800-7300 ct state new counter packets 0 bytes 0 accept comment "112 ceph_mds" # handle 681
		tcp dport 9292 ct state new counter packets 0 bytes 0 accept comment "112 glance_api" # handle 682
		tcp dport 9293 ct state new counter packets 0 bytes 0 accept comment "112 glance_api_internal" # handle 683
		tcp dport 6800-7300 ct state new counter packets 0 bytes 0 accept comment "113 ceph_mgr" # handle 684
		tcp dport 8774 ct state new counter packets 0 bytes 0 accept comment "113 nova_api" # handle 685
		ip saddr 172.17.0.0/24 tcp dport 2022 ct state new counter packets 0 bytes 0 accept comment "113 nova_migration_target accept api subnet 172.17.0.0/24" # handle 686
		ip saddr 172.17.0.0/24 tcp dport 2022 ct state new counter packets 0 bytes 0 accept comment "113 nova_migration_target accept libvirt subnet 172.17.0.0/24" # handle 687
		tcp dport 9696 ct state new counter packets 0 bytes 0 accept comment "114 neutron api" # handle 688
		udp dport 67 ct state new counter packets 0 bytes 0 accept comment "115 neutron dhcp input" # handle 689
		udp dport 547 ct state new counter packets 0 bytes 0 accept comment "115 neutron dhcpv6 input" # handle 690
		tcp dport 9311 ct state new counter packets 0 bytes 0 accept comment "117 barbican" # handle 694
		udp dport 4789 counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 695
		tcp dport 8776 ct state new counter packets 0 bytes 0 accept comment "119 cinder" # handle 696
		udp dport 6081 counter packets 0 bytes 0 accept comment "119 neutron geneve networks" # handle 697
		tcp dport 3260 ct state new counter packets 0 bytes 0 accept comment "120 iscsi initiator" # handle 698
		tcp dport 9876 ct state new counter packets 0 bytes 0 accept comment "120 octavia api" # handle 699
		ip saddr 172.17.0.0/24 tcp dport 11211 ct state new counter packets 0 bytes 0 accept comment "121 memcached 172.17.0.0/24" # handle 700
		ip saddr 172.17.0.0/24 tcp dport { 6641, 6642, 6643, 6644 } ct state new counter packets 0 bytes 0 accept comment "121 OVN DB server and cluster ports for 172.17.0.0/24" # handle 702
		tcp dport 8080 ct state new counter packets 0 bytes 0 accept comment "122 swift proxy" # handle 703
		tcp dport { 873, 6000, 6001, 6002 } ct state new counter packets 0 bytes 0 accept comment "123 swift storage" # handle 705
		ip saddr 192.168.122.0/24 udp dport 161 ct state new counter packets 0 bytes 0 accept comment "124 snmp 192.168.122.0/24" # handle 706
		tcp dport 8004 ct state new counter packets 0 bytes 0 accept comment "125 heat_api" # handle 707
		tcp dport 8000 ct state new counter packets 0 bytes 0 accept comment "125 heat_cfn" # handle 708
		tcp dport 80 ct state new counter packets 0 bytes 0 accept comment "126 horizon" # handle 709
		tcp dport 8042 ct state new counter packets 0 bytes 0 accept comment "128 aodh-api" # handle 710
		tcp dport 8041 ct state new counter packets 0 bytes 0 accept comment "129 gnocchi-api" # handle 711
		tcp dport { 2224, 3121, 21064 } ct state new counter packets 0 bytes 0 accept comment "130 pacemaker tcp" # handle 713
		udp dport 5405 ct state new counter packets 0 bytes 0 accept comment "131 pacemaker udp" # handle 714
		tcp dport 6080 ct state new counter packets 0 bytes 0 accept comment "137 nova_vnc_proxy" # handle 715
		tcp dport 8778 ct state new counter packets 0 bytes 0 accept comment "138 placement" # handle 716
		tcp dport 8775 ct state new counter packets 0 bytes 0 accept comment "139 nova_metadata" # handle 717
		udp dport 8125 ct state new counter packets 0 bytes 0 accept comment "140 gnocchi-statsd" # handle 718
		tcp dport 8786 ct state new counter packets 0 bytes 0 accept comment "150 manila" # handle 719
		tcp dport 8787 ct state new counter packets 0 bytes 0 accept comment "155 docker-registry" # handle 720
		tcp dport { 5900-6923, 16514, 61152-61215 } ct state new counter packets 2 bytes 120 accept comment "200 nova_libvirt" # handle 722
		udp dport 5555 ct state new counter packets 0 bytes 0 accept comment "200 octavia health manager interface" # handle 723
		udp dport 514 ct state new counter packets 0 bytes 0 accept comment "210 octavia lb-mgmt-net offload rsyslog" # handle 724
		limit rate 20/minute burst 15 packets counter packets 1007 bytes 60420 log prefix "DROPPING: " flags all comment "999 log all" # handle 725
	}

	chain TRIPLEO_OUTPUT { # handle 639
		udp dport 68 ct state new counter packets 0 bytes 0 accept comment "116 neutron dhcp output" # handle 691
		udp dport 546 ct state new counter packets 0 bytes 0 accept comment "116 neutron dhcpv6 output" # handle 692
		udp dport 547 ct state new counter packets 0 bytes 0 accept comment "116 neutron dhcpv6 relay output" # handle 693
	}

	chain EDPM_INPUT { # handle 747
		tcp dport 9101 ct state new counter packets 54 bytes 3240 accept comment "000 Allow ceilometer_compute_prom_exporter traffic" # handle 813
		tcp dport 9100 ct state new counter packets 1 bytes 60 accept comment "000 Allow node_exporter traffic" # handle 814
		tcp dport 9882 ct state new counter packets 46 bytes 2760 accept comment "000 Allow podman_exporter traffic" # handle 815
		ct state established,related counter packets 117039 bytes 219137629 accept comment "000 accept related established rules" # handle 816
		tcp dport 9105 ct state new counter packets 1 bytes 60 accept comment "001 Allow openstack_network_exporter traffic" # handle 817
		meta l4proto icmp ct state new counter packets 838 bytes 56956 accept comment "001 accept all icmp" # handle 818
		meta l4proto ipv6-icmp counter packets 3 bytes 216 accept comment "001 accept all ipv6-icmp" # handle 819
		iifname "lo" counter packets 706 bytes 42380 accept comment "002 accept all to lo interface" # handle 820
		ip saddr 0.0.0.0/0 tcp dport 22 ct state new counter packets 24 bytes 1420 accept comment "003 Allow ssh from 0.0.0.0/0" # handle 821
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 822
		tcp dport 5900-6923 ct state new counter packets 56 bytes 3360 accept comment "005 Allow vnc access on all networks." # handle 823
		tcp dport 61152-61215 ct state new counter packets 0 bytes 0 accept comment "006 Allow libvirt live migration traffic" # handle 824
		udp dport 4789 ct state new counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 825
		udp dport 6081 ct state untracked counter packets 0 bytes 0 accept comment "119 neutron geneve networks" # handle 826
	}
}
table inet raw { # handle 5
	chain PREROUTING { # handle 1
		type filter hook prerouting priority raw; policy accept;
		jump EDPM_PREROUTING # handle 84
		jump EDPM_PREROUTING # handle 74
		jump EDPM_PREROUTING # handle 64
		jump TRIPLEO_PREROUTING # handle 50
	}

	chain OUTPUT { # handle 2
		type filter hook output priority raw; policy accept;
		jump EDPM_OUTPUT # handle 83
		jump EDPM_OUTPUT # handle 73
		jump EDPM_OUTPUT # handle 63
		jump TRIPLEO_OUTPUT # handle 49
	}

	chain TRIPLEO_OUTPUT { # handle 45
		udp dport 6081 ct state invalid counter packets 0 bytes 0 notrack comment "120 neutron geneve networks no conntrack" # handle 47
	}

	chain TRIPLEO_PREROUTING { # handle 46
		udp dport 6081 ct state invalid counter packets 0 bytes 0 notrack comment "121 neutron geneve networks no conntrack" # handle 48
	}

	chain EDPM_OUTPUT { # handle 59
		udp dport 6081 counter packets 0 bytes 0 notrack comment "120 neutron geneve networks no conntrack" # handle 81
	}

	chain EDPM_PREROUTING { # handle 60
		udp dport 6081 counter packets 0 bytes 0 notrack comment "121 neutron geneve networks no conntrack" # handle 82
	}
}
table inet nat { # handle 6
	chain PREROUTING { # handle 1
		type nat hook prerouting priority dstnat; policy accept;
	}

	chain INPUT { # handle 2
		type nat hook input priority 100; policy accept;
	}

	chain OUTPUT { # handle 3
		type nat hook output priority -100; policy accept;
	}

	chain POSTROUTING { # handle 4
		type nat hook postrouting priority srcnat; policy accept;
	}
}
table ip filter { # handle 7
	chain INPUT { # handle 1
		type filter hook input priority filter; policy accept;
	}

	chain FORWARD { # handle 2
		type filter hook forward priority filter; policy accept;
	}

	chain OUTPUT { # handle 3
		type filter hook output priority filter; policy accept;
	}
}
table ip raw { # handle 8
	chain PREROUTING { # handle 1
		type filter hook prerouting priority raw; policy accept;
	}

	chain OUTPUT { # handle 2
		type filter hook output priority raw; policy accept;
	}
}
table ip nat { # handle 9
	chain PREROUTING { # handle 1
		type nat hook prerouting priority dstnat; policy accept;
	}

	chain INPUT { # handle 2
		type nat hook input priority 100; policy accept;
	}

	chain OUTPUT { # handle 3
		type nat hook output priority -100; policy accept;
	}

	chain POSTROUTING { # handle 4
		type nat hook postrouting priority srcnat; policy accept;
	}
}
table ip6 raw { # handle 10
	chain PREROUTING { # handle 1
		type filter hook prerouting priority raw; policy accept;
	}

	chain OUTPUT { # handle 2
		type filter hook output priority raw; policy accept;
	}
}
table ip6 filter { # handle 11
	chain INPUT { # handle 1
		type filter hook input priority filter; policy accept;
	}

	chain FORWARD { # handle 2
		type filter hook forward priority filter; policy accept;
	}

	chain OUTPUT { # handle 3
		type filter hook output priority filter; policy accept;
	}
}
