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 281535 bytes 2096126563 accept comment "000 accept related established rules" # handle 156
		meta l4proto icmp ct state new counter packets 4 bytes 144 accept comment "001 accept all icmp" # handle 157
		meta l4proto ipv6-icmp counter packets 50 bytes 3600 accept comment "001 accept all ipv6-icmp" # handle 158
		iifname "lo" counter packets 132 bytes 7920 accept comment "002 accept all to lo interface" # handle 159
		tcp dport 22 ct state new counter packets 21 bytes 1152 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 6336 bytes 646272 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 860 bytes 51600 log prefix "DROPPING: " flags all comment "999 log all" # handle 174
	}

	chain EDPM_INPUT { # handle 193
		tcp dport 9101 ct state new counter packets 53 bytes 3180 accept comment "000 Allow ceilometer_compute_prom_exporter traffic" # handle 259
		tcp dport 9100 ct state new counter packets 1 bytes 60 accept comment "000 Allow node_exporter traffic" # handle 260
		tcp dport 9882 ct state new counter packets 6 bytes 360 accept comment "000 Allow podman_exporter traffic" # handle 261
		ct state established,related counter packets 71309 bytes 82557383 accept comment "000 accept related established rules" # handle 262
		tcp dport 9105 ct state new counter packets 1 bytes 60 accept comment "001 Allow openstack_network_exporter traffic" # handle 263
		meta l4proto icmp ct state new counter packets 0 bytes 0 accept comment "001 accept all icmp" # handle 264
		meta l4proto ipv6-icmp counter packets 6 bytes 432 accept comment "001 accept all ipv6-icmp" # handle 265
		iifname "lo" counter packets 257 bytes 15420 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 28 bytes 1608 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 1794 bytes 182988 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 6330 bytes 645660 notrack comment "120 neutron geneve networks no conntrack" # handle 47
	}

	chain TRIPLEO_PREROUTING { # handle 46
		udp dport 6081 ct state invalid counter packets 6336 bytes 646272 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 5382 bytes 548964 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;
	}
}
