yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #91577
[Bug 2009728] Re: [OVS] "permitted_ethertypes" should be validated and filtered during the OVS agent initialization
Reviewed: https://review.opendev.org/c/openstack/neutron/+/876997
Committed: https://opendev.org/openstack/neutron/commit/5c98d9e8d1bc66b0e5010e7d9abbe61cfcc7bae5
Submitter: "Zuul (22348)"
Branch: master
commit 5c98d9e8d1bc66b0e5010e7d9abbe61cfcc7bae5
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Wed Mar 8 17:14:19 2023 +0100
[OVS] Parse the "permitted_ethertypes" at the FW initialization
Parse and validate the "permitted_ethertypes" configuration variable at
the OVS firewall initialization. Any error in the configuration will be
logged only once.
Closes-Bug: #2009728
Change-Id: Ib5439791d7bc0a8457bb10f887b1077fd6438619
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2009728
Title:
[OVS] "permitted_ethertypes" should be validated and filtered during
the OVS agent initialization
Status in neutron:
Fix Released
Bug description:
"permitted_ethertypes" is a comma separated list of ethertypes to be
permitted, in hexadecimal. That means all values should start with a
"0x".
In case that any of these values does not start with "0x", any time
the port rules are refreshed, a new warning message is printed (in
both directions).
Instead of this, this bug proposed to parse the "permitted_ethertypes"
list at the initialization of the OVS agent, print any possible value
error just once and store the valid values.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2009728/+subscriptions
References