← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2009728] [NEW] [OVS] "permitted_ethertypes" should be validated and filtered during the OVS agent initialization

 

Public bug reported:

"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.

** Affects: neutron
     Importance: Low
         Status: New


** Tags: low-hanging-fruit

** Tags added: low-hanging-fruit

** Changed in: neutron
   Importance: Undecided => Low

-- 
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:
  New

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



Follow ups