table inet filter { # handle 4
	chain INPUT { # handle 1
		type filter hook input priority filter; policy drop;
		jump EDPM_INPUT # handle 273
		jump EDPM_INPUT # handle 242
		jump EDPM_INPUT # handle 219
		jump EDPM_INPUT # handle 200
		jump TRIPLEO_INPUT # handle 175
	}

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

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

	chain TRIPLEO_INPUT { # handle 155
		ct state established,related counter packets 181896 bytes 1996812317 accept comment "000 accept related established rules" # handle 156
		meta l4proto icmp ct state new counter packets 9 bytes 326 accept comment "001 accept all icmp" # handle 157
		meta l4proto ipv6-icmp counter packets 53 bytes 3816 accept comment "001 accept all ipv6-icmp" # handle 158
		iifname "lo" counter packets 131 bytes 7860 accept comment "002 accept all to lo interface" # handle 159
		tcp dport 22 ct state new counter packets 155 bytes 8884 accept comment "003 accept ssh from all" # handle 160
		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 161
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 162
		udp dport 123 ct state new counter packets 0 bytes 0 accept comment "105 ntp" # handle 163
		tcp dport { 5667, 5668 } ct state new counter packets 0 bytes 0 accept comment "109 accept internal metrics qdr ctlplane subnet 192.168.122.0/24" # handle 165
		tcp dport 5666 ct state new counter packets 0 bytes 0 accept comment "109 metrics qdr" # handle 166
		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 167
		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 168
		udp dport 4789 counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 169
		udp dport 6081 counter packets 6230 bytes 635460 accept comment "119 neutron geneve networks" # handle 170
		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 171
		tcp dport { 5900-6923, 16514, 61152-61215 } ct state new counter packets 0 bytes 0 accept comment "200 nova_libvirt" # handle 173
		limit rate 20/minute burst 15 packets counter packets 950 bytes 56940 log prefix "DROPPING: " flags all comment "999 log all" # handle 174
	}

	chain EDPM_INPUT { # handle 193
		tcp dport 9101 ct state new counter packets 47 bytes 2820 accept comment "000 Allow ceilometer_compute_prom_exporter traffic" # handle 259
		tcp dport 9100 ct state new counter packets 3 bytes 180 accept comment "000 Allow node_exporter traffic" # handle 260
		tcp dport 9882 ct state new counter packets 8 bytes 480 accept comment "000 Allow podman_exporter traffic" # handle 261
		ct state established,related counter packets 68106 bytes 76250624 accept comment "000 accept related established rules" # handle 262
		tcp dport 9105 ct state new counter packets 3 bytes 180 accept comment "001 Allow openstack_network_exporter traffic" # handle 263
		meta l4proto icmp ct state new counter packets 3 bytes 116 accept comment "001 accept all icmp" # handle 264
		meta l4proto ipv6-icmp counter packets 5 bytes 360 accept comment "001 accept all ipv6-icmp" # handle 265
		iifname "lo" counter packets 258 bytes 15480 accept comment "002 accept all to lo interface" # handle 266
		ip saddr 0.0.0.0/0 tcp dport 22 ct state new counter packets 55 bytes 3148 accept comment "003 Allow ssh from 0.0.0.0/0" # handle 267
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 268
		tcp dport 5900-6923 ct state new counter packets 0 bytes 0 accept comment "005 Allow vnc access on all networks." # handle 269
		tcp dport 61152-61215 ct state new counter packets 0 bytes 0 accept comment "006 Allow libvirt live migration traffic" # handle 270
		udp dport 4789 ct state new counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 271
		udp dport 6081 ct state untracked counter packets 1558 bytes 158916 accept comment "119 neutron geneve networks" # handle 272
	}
}
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 6227 bytes 635154 notrack comment "120 neutron geneve networks no conntrack" # handle 47
	}

	chain TRIPLEO_PREROUTING { # handle 46
		udp dport 6081 ct state invalid counter packets 6230 bytes 635460 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 4674 bytes 476748 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;
	}
}
