From d257eb4d5740826f9dd731b08b1a5adaa1805a80 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Thu, 10 Oct 2019 10:39:39 +0100 Subject: [PATCH] Update git submodules * Update puppet-neutron from branch 'master' - OVN: Add ovn_emit_need_to_frag configuration option This patch is adding a new configuration option called "ovn_emit_need_to_frag" to be set in the "ovn" section of etc/neutron/plugins/ml2_conf.ini. When set to True the option tells ovn whether it should emit "need to frag" packets in case of MTU mismatch. Before enabling this configuration make sure that its supported by the host kernel (version >= 5.2) or by checking the output of the following command: ovs-appctl -t ovs-vswitchd dpif/show-dp-features br-int | grep "Check pkt length action". Defaults to False. This option was intruced by networking-ovn at: https://review.opendev.org/#/c/671766/ Change-Id: I258402e8033726aa9abf2dc5f801fdf724ab9e3a Signed-off-by: Lucas Alvares Gomes --- puppet-neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-neutron b/puppet-neutron index 06cf2f230d..3478011d64 160000 --- a/puppet-neutron +++ b/puppet-neutron @@ -1 +1 @@ -Subproject commit 06cf2f230de1c4e067a81ce3a531865c8b7262c1 +Subproject commit 3478011d64fcf57fa8d034f10621ce48cb5aff88