From f516151fdfde5c019c3d4cde6a2a2055171543c7 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 6 May 2022 10:45:28 +0000 Subject: [PATCH] Update git submodules * Update neutron-fwaas from branch 'master' to 28ba8cc6ca2e8503846e483cf60ae2aebd31472c - Merge "Fix error when apply rule with dst port large than src port" - Fix error when apply rule with dst port large than src port When apply firewall group to a port with rule have dest port large than source port, neutron-openvswitch-agent raise error 'port_max' is smaller than 'port_min'. It because key 'port_range_max' is assigned by source_port_range_max. Fix hard code 'port_range_max' to key_max. Change-Id: I32d9efd857932547a13d275b8a4f294e03fe7535 Closes-Bug: #1869121 --- neutron-fwaas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron-fwaas b/neutron-fwaas index de74e7bbcd..28ba8cc6ca 160000 --- a/neutron-fwaas +++ b/neutron-fwaas @@ -1 +1 @@ -Subproject commit de74e7bbcdfb999ae1e980d3c5f40f96ef93346b +Subproject commit 28ba8cc6ca2e8503846e483cf60ae2aebd31472c