table inet filter { # handle 8
	chain INPUT { # handle 1
		type filter hook input priority filter; policy drop;
		jump EDPM_INPUT # handle 156
		jump EDPM_INPUT # handle 113
		jump EDPM_INPUT # handle 59
	}

	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 EDPM_INPUT { # handle 43
		ct state established,related counter packets 114318 bytes 418540159 accept comment "000 accept related established rules" # handle 136
		meta l4proto icmp ct state new counter packets 1 bytes 36 accept comment "001 accept all icmp" # handle 137
		meta l4proto ipv6-icmp counter packets 17 bytes 1224 accept comment "001 accept all ipv6-icmp" # handle 138
		iifname "lo" counter packets 1247 bytes 74820 accept comment "002 accept all to lo interface" # handle 139
		ip saddr 0.0.0.0/0 tcp dport 22 ct state new counter packets 15 bytes 884 accept comment "003 Allow ssh from 0.0.0.0/0" # handle 140
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 141
		tcp dport 5900-6923 ct state new counter packets 0 bytes 0 accept comment "005 Allow vnc access on all networks." # handle 142
		tcp dport 61152-61215 ct state new counter packets 0 bytes 0 accept comment "006 Allow libvirt live migration traffic" # handle 143
		tcp dport 16514 ct state new counter packets 0 bytes 0 accept comment "007 Allow libvirt tls" # handle 144
		tcp dport 8080 ct state new counter packets 0 bytes 0 accept comment "100 allow ceph_rgw_frontend" # handle 145
		tcp dport { 3300, 6789 } ct state new counter packets 285 bytes 17100 accept comment "110 allow ceph_mon" # handle 147
		tcp dport 6800-7300 ct state new counter packets 0 bytes 0 accept comment "111 allow ceph_osd" # handle 148
		tcp dport 6800-7300 ct state new counter packets 0 bytes 0 accept comment "113 allow ceph_mgr" # handle 149
		udp dport 4789 ct state new counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 150
		udp dport 6081 ct state untracked counter packets 0 bytes 0 accept comment "119 neutron geneve networks" # handle 151
		tcp dport 12049 ct state new counter packets 0 bytes 0 accept comment "120 allow ceph_nfs" # handle 152
		tcp dport 2049 ct state new counter packets 0 bytes 0 accept comment "121 allow ceph_nfs_frontend" # handle 153
		tcp dport { 8080, 8082 } ct state new counter packets 593 bytes 35580 accept comment "122 allow ceph_rgw" # handle 155
	}
}
table inet raw { # handle 9
	chain PREROUTING { # handle 1
		type filter hook prerouting priority raw; policy accept;
		jump EDPM_PREROUTING # handle 26
		jump EDPM_PREROUTING # handle 16
	}

	chain OUTPUT { # handle 2
		type filter hook output priority raw; policy accept;
		jump EDPM_OUTPUT # handle 25
		jump EDPM_OUTPUT # handle 15
	}

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

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

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

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

	chain POSTROUTING { # handle 4
		type nat hook postrouting priority srcnat; policy accept;
	}
}
table ip 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;
	}
}
table ip raw { # handle 12
	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 13
	chain PREROUTING { # handle 1
		type nat hook prerouting priority dstnat; policy accept;
	}

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

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

	chain POSTROUTING { # handle 4
		type nat hook postrouting priority srcnat; policy accept;
	}
}
table ip6 raw { # handle 14
	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 15
	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;
	}
}
