From 29c8c48fcfa80660b67b0088fa4ad57ab80a1602 Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 16 Aug 2023 22:46:06 +0000 Subject: [PATCH] Update git submodules * Update octavia from branch 'master' to 36ed6ec35f6c9b21805f02d27cc11c696e464bde - Merge "Fix incorrect removal of IP rules in the amphora" - Fix incorrect removal of IP rules in the amphora When plugging a member, an IP rule was deleted from the amphora. It triggered connectivity issue when a client on subnet1 sends a request to the VIP (on subnet2) while subnet1 is also plugged to the amp as a member subnet. The IP rules should be updated only when plugging/updating the VIP interface. The JSON files that store the configuration of the interfaces now contain the type of the interface ('vip', 'lo' or 'member') and the rules update step is skipped when the type is not 'vip'. Closes-Bug: #2016475 Change-Id: I3fe9bb584c8522482e9d7289ae8ea1aab205dd4d --- octavia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octavia b/octavia index 8ccc0d0176..36ed6ec35f 160000 --- a/octavia +++ b/octavia @@ -1 +1 @@ -Subproject commit 8ccc0d01764c234ce9d3dc0191b5a0952111e2ef +Subproject commit 36ed6ec35f6c9b21805f02d27cc11c696e464bde