Reviewed: https://review.opendev.org/657784 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b8a18dc22a8d3b5fa4d5915399feea88d4ceed9f Submitter: Zuul Branch: master
commit b8a18dc22a8d3b5fa4d5915399feea88d4ceed9f Author: Slawek Kaplonski <[email protected]> Date: Wed May 8 14:16:49 2019 +0200 Add info about nf_conntrack_proto_gre when ovs fw is used When openvswitch firewall driver is used, it is required to load nf_conntrack_proto_gre kernel module to make GRE tunnels from VM to VM working properly. This patch adds such info in ovs firewall documentation as it should be deployer decision to load or not load this module. This patch also adds sanity check which checks if nf_conntrack_proto_gre module is loaded or not, and can warn user when this module is not loaded. It also adds loading of this kernel module in neutron devstack plugin. Change-Id: Ic97ca00c804f0a540ee0dc53d9e4e07bf8410869 Closes-Bug: #1828053 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1828053 Title: GRE tunnels between VMs don't work when openvswitch firewall is used Status in neutron: Fix Released Bug description: When openvswitch firewall driver is used, GRE tunnel configured inside 2 VMs don't work properly. When iptables_hybrid driver is used all works fine. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1828053/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

