table ip nat { # handle 1
	chain NETAVARK-1D8721804F16F { # handle 1
		ip daddr 10.88.0.0/16 counter packets 2289 bytes 161520 accept # handle 4
		ip daddr != 224.0.0.0/4 counter packets 585 bytes 57292 masquerade  # handle 5
	}

	chain POSTROUTING { # handle 6
		type nat hook postrouting priority srcnat; policy accept;
		counter packets 39362 bytes 2412717 jump NETAVARK-HOSTPORT-MASQ # handle 14
		ip saddr 10.88.0.0/16 counter packets 2875 bytes 218852 jump NETAVARK-1D8721804F16F # handle 7
	}

	chain NETAVARK-HOSTPORT-SETMARK { # handle 8
		counter packets 0 bytes 0 meta mark set mark or 0x2000  # handle 12
	}

	chain NETAVARK-HOSTPORT-MASQ { # handle 9
		 meta mark & 0x00002000 == 0x00002000 counter packets 0 bytes 0 masquerade  # handle 13
	}

	chain NETAVARK-DN-1D8721804F16F { # handle 10
		ip saddr 10.88.0.0/16 tcp dport 389 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK # handle 15
		ip saddr 127.0.0.1 tcp dport 389 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK # handle 16
		tcp dport 389 counter packets 0 bytes 0 dnat to 10.88.0.2:389 # handle 17
		ip saddr 10.88.0.0/16 tcp dport 636 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK # handle 18
		ip saddr 127.0.0.1 tcp dport 636 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK # handle 19
		tcp dport 636 counter packets 0 bytes 0 dnat to 10.88.0.2:636 # handle 20
	}

	chain NETAVARK-HOSTPORT-DNAT { # handle 11
		tcp dport 389  counter packets 0 bytes 0 jump NETAVARK-DN-1D8721804F16F # handle 21
		tcp dport 636  counter packets 0 bytes 0 jump NETAVARK-DN-1D8721804F16F # handle 22
	}

	chain PREROUTING { # handle 23
		type nat hook prerouting priority dstnat; policy accept;
		fib daddr type local counter packets 3262 bytes 195277 jump NETAVARK-HOSTPORT-DNAT # handle 24
	}

	chain OUTPUT { # handle 25
		type nat hook output priority -100; policy accept;
		fib daddr type local counter packets 34892 bytes 2093400 jump NETAVARK-HOSTPORT-DNAT # handle 26
	}

	chain INPUT { # handle 27
		type nat hook input priority 100; policy accept;
	}
}
table ip filter { # handle 2
	chain NETAVARK_FORWARD { # handle 1
		ip daddr 10.88.0.0/16 ct state related,established counter packets 586 bytes 270019 accept # handle 4
		ip saddr 10.88.0.0/16 counter packets 590 bytes 57627 accept # handle 5
	}

	chain FORWARD { # handle 2
		type filter hook forward priority filter; policy accept;
		 counter packets 1176 bytes 327646 jump NETAVARK_FORWARD # handle 3
	}

	chain INPUT { # handle 6
		type filter hook input priority filter; policy accept;
	}

	chain OUTPUT { # handle 7
		type filter hook output priority filter; policy accept;
	}
}
table inet filter { # handle 3
	chain INPUT { # handle 1
		type filter hook input priority filter; policy drop;
		jump EDPM_INPUT # handle 748
		jump TRIPLEO_INPUT # handle 720
		ip saddr 172.17.1.0/24 tcp dport 6641 ct state new counter packets 0 bytes 0 accept # handle 722
		ip saddr 172.17.1.0/24 tcp dport 6642 ct state new counter packets 0 bytes 0 accept # handle 723
	}

	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 721
	}

	chain TRIPLEO_INPUT { # handle 632
		ct state established,related counter packets 2100658 bytes 4439504310 accept comment "000 accept related established rules" # handle 634
		meta l4proto icmp ct state new counter packets 5 bytes 209 accept comment "001 accept all icmp" # handle 635
		meta l4proto ipv6-icmp counter packets 30 bytes 2160 accept comment "001 accept all ipv6-icmp" # handle 636
		iifname "lo" counter packets 35841 bytes 2181734 accept comment "002 accept all to lo interface" # handle 637
		tcp dport 22 ct state new counter packets 247 bytes 14732 accept comment "003 accept ssh from all" # handle 638
		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 639
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 640
		tcp dport 9311 ct state new counter packets 0 bytes 0 accept comment "100 barbican_haproxy_frontend" # handle 641
		tcp dport 13311 ct state new counter packets 0 bytes 0 accept comment "100 barbican_haproxy_frontend_ssl" # handle 642
		tcp dport 8776 ct state new counter packets 0 bytes 0 accept comment "100 cinder_haproxy_frontend" # handle 643
		tcp dport 13776 ct state new counter packets 0 bytes 0 accept comment "100 cinder_haproxy_frontend_ssl" # handle 644
		tcp dport 8787 ct state new counter packets 0 bytes 0 accept comment "100 docker_registry_haproxy_frontend" # handle 645
		tcp dport 13787 ct state new counter packets 0 bytes 0 accept comment "100 docker_registry_haproxy_frontend_ssl" # handle 646
		tcp dport 9292 ct state new counter packets 0 bytes 0 accept comment "100 glance_api_haproxy_frontend" # handle 647
		tcp dport 13292 ct state new counter packets 0 bytes 0 accept comment "100 glance_api_haproxy_frontend_ssl" # handle 648
		tcp dport 9293 ct state new counter packets 0 bytes 0 accept comment "100 glance_api_internal_haproxy_frontend" # handle 649
		tcp dport 8000 ct state new counter packets 0 bytes 0 accept comment "100 heat_api_cfn_haproxy_frontend" # handle 650
		tcp dport 13005 ct state new counter packets 0 bytes 0 accept comment "100 heat_api_cfn_haproxy_frontend_ssl" # handle 651
		tcp dport 8004 ct state new counter packets 0 bytes 0 accept comment "100 heat_api_haproxy_frontend" # handle 652
		tcp dport 13004 ct state new counter packets 0 bytes 0 accept comment "100 heat_api_haproxy_frontend_ssl" # handle 653
		tcp dport 80 ct state new counter packets 0 bytes 0 accept comment "100 horizon_haproxy_frontend" # handle 654
		tcp dport 443 ct state new counter packets 0 bytes 0 accept comment "100 horizon_haproxy_frontend_ssl" # handle 655
		tcp dport 35357 ct state new counter packets 0 bytes 0 accept comment "100 keystone_admin_haproxy_frontend" # handle 656
		tcp dport 5000 ct state new counter packets 0 bytes 0 accept comment "100 keystone_public_haproxy_frontend" # handle 657
		tcp dport 13000 ct state new counter packets 0 bytes 0 accept comment "100 keystone_public_haproxy_frontend_ssl" # handle 658
		tcp dport 8786 ct state new counter packets 0 bytes 0 accept comment "100 manila_haproxy_frontend" # handle 659
		tcp dport 13786 ct state new counter packets 0 bytes 0 accept comment "100 manila_haproxy_frontend_ssl" # handle 660
		tcp dport 3306 ct state new counter packets 22 bytes 1320 accept comment "100 mysql_haproxy" # handle 661
		tcp dport 9696 ct state new counter packets 0 bytes 0 accept comment "100 neutron_haproxy_frontend" # handle 662
		tcp dport 13696 ct state new counter packets 0 bytes 0 accept comment "100 neutron_haproxy_frontend_ssl" # handle 663
		tcp dport 8775 ct state new counter packets 0 bytes 0 accept comment "100 nova_metadatahaproxy_frontend" # handle 664
		tcp dport 13775 ct state new counter packets 0 bytes 0 accept comment "100 nova_metadatahaproxy_frontend_ssl" # handle 665
		tcp dport 8774 ct state new counter packets 0 bytes 0 accept comment "100 nova_osapi_haproxy_frontend" # handle 666
		tcp dport 13774 ct state new counter packets 0 bytes 0 accept comment "100 nova_osapi_haproxy_frontend_ssl" # handle 667
		tcp dport 6080 ct state new counter packets 0 bytes 0 accept comment "100 nova_vncproxy_haproxy_frontend" # handle 668
		tcp dport 13080 ct state new counter packets 0 bytes 0 accept comment "100 nova_vncproxy_haproxy_frontend_ssl" # handle 669
		tcp dport 8778 ct state new counter packets 0 bytes 0 accept comment "100 placement_haproxy_frontend" # handle 670
		tcp dport 13778 ct state new counter packets 0 bytes 0 accept comment "100 placement_haproxy_frontend_ssl" # handle 671
		tcp dport 8080 ct state new counter packets 0 bytes 0 accept comment "100 swift_proxy_server_haproxy_frontend" # handle 672
		tcp dport 13808 ct state new counter packets 0 bytes 0 accept comment "100 swift_proxy_server_haproxy_frontend_ssl" # handle 673
		tcp dport { 873, 3123, 3306, 4444, 4567, 4568, 9200 } ct state new counter packets 0 bytes 0 accept comment "104 mysql galera-bundle" # handle 675
		udp dport 123 ct state new counter packets 0 bytes 0 accept comment "105 ntp" # handle 676
		tcp dport 1993 ct state new counter packets 0 bytes 0 accept comment "107 haproxy stats" # handle 677
		tcp dport { 3122, 4369, 5672, 25672-25683 } ct state new counter packets 0 bytes 0 accept comment "109 rabbitmq-bundle" # handle 679
		tcp dport { 5000, 35357 } ct state new counter packets 0 bytes 0 accept comment "111 keystone" # 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 8774 ct state new counter packets 0 bytes 0 accept comment "113 nova_api" # handle 684
		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 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 libvirt subnet 172.17.0.0/24" # handle 686
		tcp dport 9696 ct state new counter packets 0 bytes 0 accept comment "114 neutron api" # handle 687
		udp dport 67 ct state new counter packets 0 bytes 0 accept comment "115 neutron dhcp input" # handle 688
		udp dport 547 ct state new counter packets 0 bytes 0 accept comment "115 neutron dhcpv6 input" # handle 689
		tcp dport 9311 ct state new counter packets 0 bytes 0 accept comment "117 barbican" # handle 693
		udp dport 4789 counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 694
		tcp dport 8776 ct state new counter packets 0 bytes 0 accept comment "119 cinder" # handle 695
		udp dport 6081 counter packets 0 bytes 0 accept comment "119 neutron geneve networks" # handle 696
		tcp dport 3260 ct state new counter packets 0 bytes 0 accept comment "120 iscsi initiator" # handle 697
		ip saddr 172.17.0.0/24 tcp dport { 11211, 11212 } ct state new counter packets 0 bytes 0 accept comment "121 memcached 172.17.0.0/24" # handle 699
		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 701
		tcp dport 8080 ct state new counter packets 0 bytes 0 accept comment "122 swift proxy" # handle 702
		tcp dport { 873, 6000, 6001, 6002 } ct state new counter packets 91 bytes 5460 accept comment "123 swift storage" # handle 704
		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 705
		tcp dport 8004 ct state new counter packets 0 bytes 0 accept comment "125 heat_api" # handle 706
		tcp dport 8000 ct state new counter packets 0 bytes 0 accept comment "125 heat_cfn" # handle 707
		tcp dport 443 ct state new counter packets 0 bytes 0 accept comment "126 horizon" # handle 708
		tcp dport { 2224, 3121, 21064 } ct state new counter packets 0 bytes 0 accept comment "130 pacemaker tcp" # handle 710
		udp dport 5405 ct state new counter packets 0 bytes 0 accept comment "131 pacemaker udp" # handle 711
		tcp dport 6080 ct state new counter packets 0 bytes 0 accept comment "137 nova_vnc_proxy" # handle 712
		tcp dport 8778 ct state new counter packets 0 bytes 0 accept comment "138 placement" # handle 713
		tcp dport 8775 ct state new counter packets 0 bytes 0 accept comment "139 nova_metadata" # handle 714
		tcp dport 8786 ct state new counter packets 0 bytes 0 accept comment "150 manila" # handle 715
		tcp dport 8787 ct state new counter packets 0 bytes 0 accept comment "155 docker-registry" # handle 716
		tcp dport { 5900-6923, 16514, 61152-61215 } ct state new counter packets 2 bytes 120 accept comment "200 nova_libvirt" # handle 718
		limit rate 20/minute burst 15 packets counter packets 1042 bytes 62500 log prefix "DROPPING: " flags all comment "999 log all" # handle 719
	}

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

	chain EDPM_INPUT { # handle 741
		tcp dport 9101 ct state new counter packets 48 bytes 2880 accept comment "000 Allow ceilometer_compute_prom_exporter traffic" # handle 805
		tcp dport 9100 ct state new counter packets 2 bytes 120 accept comment "000 Allow node_exporter traffic" # handle 806
		tcp dport 9882 ct state new counter packets 33 bytes 1980 accept comment "000 Allow podman_exporter traffic" # handle 807
		ct state established,related counter packets 80282 bytes 143789415 accept comment "000 accept related established rules" # handle 808
		tcp dport 9105 ct state new counter packets 2 bytes 120 accept comment "001 Allow openstack_network_exporter traffic" # handle 809
		meta l4proto icmp ct state new counter packets 2 bytes 72 accept comment "001 accept all icmp" # handle 810
		meta l4proto ipv6-icmp counter packets 3 bytes 216 accept comment "001 accept all ipv6-icmp" # handle 811
		iifname "lo" counter packets 407 bytes 24420 accept comment "002 accept all to lo interface" # handle 812
		ip saddr 0.0.0.0/0 tcp dport 22 ct state new counter packets 20 bytes 1088 accept comment "003 Allow ssh from 0.0.0.0/0" # handle 813
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 814
		tcp dport 5900-6923 ct state new counter packets 132 bytes 7920 accept comment "005 Allow vnc access on all networks." # handle 815
		tcp dport 61152-61215 ct state new counter packets 0 bytes 0 accept comment "006 Allow libvirt live migration traffic" # handle 816
		tcp dport 16514 ct state new counter packets 0 bytes 0 accept comment "007 Allow libvirt tls" # handle 817
		udp dport 4789 ct state new counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 818
		udp dport 6081 ct state untracked counter packets 0 bytes 0 accept comment "119 neutron geneve networks" # handle 819
	}
}
table inet raw { # handle 4
	chain PREROUTING { # handle 1
		type filter hook prerouting priority raw; policy accept;
		jump EDPM_PREROUTING # handle 60
		jump TRIPLEO_PREROUTING # handle 46
	}

	chain OUTPUT { # handle 2
		type filter hook output priority raw; policy accept;
		jump EDPM_OUTPUT # handle 59
		jump TRIPLEO_OUTPUT # handle 45
	}

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

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

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

	chain EDPM_PREROUTING { # handle 56
		udp dport 6081 counter packets 0 bytes 0 notrack comment "121 neutron geneve networks no conntrack" # handle 72
	}
}
table inet nat { # handle 5
	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 raw { # handle 6
	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 raw { # handle 7
	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 8
	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;
	}
}
