Comment 5 for bug 1976323

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/844589
Committed: https://opendev.org/openstack/neutron/commit/6c2d2744d5e841f431ae637624dd5954429f9607
Submitter: "Zuul (22348)"
Branch: master

commit 6c2d2744d5e841f431ae637624dd5954429f9607
Author: Slawek Kaplonski <email address hidden>
Date: Wed Jul 27 20:48:45 2022 +0200

    Make iptables rules diff to be case insensitive

    MAC addresses in the iptables rules are always added by iptables_manager
    with uppercase. It was done like that in [1].
    For some reason, iptables on Centos 9 Stream (1.8.7) returns MAC
    addresses all in lowercase and difflib library treats such new and old
    rules as different ones so iptables manager always tries to remove and
    add antispoofing rules which have MAC addresses set.

    [1] https://review.opendev.org/c/openstack/neutron/+/184355

    Related-Bug: #1976323
    Change-Id: I63e78fdd030f063a1b943d481a9cbd98850552d7