SystemConfiguration updates for controller management access not reflecting in the iptables after upgrade from 22.1.x to 32.1.1
search cancel

SystemConfiguration updates for controller management access not reflecting in the iptables after upgrade from 22.1.x to 32.1.1

book

Article ID: 447744

calendar_today

Updated On:

Products

VMware Avi Load Balancer

Issue/Introduction

  • When the controller is upgraded from 22.1.7 to versions <=32.1.1 or 31.2.x and has management access configured, modifications to those access rules started to fail to reflect on iptables on the controller.

Environment

  • Avi controller version 31.2.x, 31.1.x, and < 32.1.2

Cause

  • Root cause for this issue is determined to be
    • Legacy iptables is used to set kernel in-memory structs to program the iptable rules during configuration
    • Upgrade workflow is however restoring the saved iptable rules from the previous partition to iptables-nft (Newer netfilter format). This is the default in Ubuntu 24.04

Resolution