def check_gre_conntrack(): result = checks.gre_conntrack_supported() if not result: LOG.warning('Kernel module %s is not loaded. GRE tunnels from ' 'VM to VM will not work with OVS firewall driver.', checks.CONNTRACK_GRE_MODULE) return result