neutron/neutron/conf
Nate Johnston 55a503b4c9 Add custom ethertype processing
The OVS Firewall blocks traffic that does not have either the IPv4 or
IPv6 ethertypes at present.  This is a behavior change compared to the
iptables_hybrid firewall, which only operates on IP packets and thus
does not address other ethertypes.

This is a lightweight change that sets a configuration option in the
neutron openvswitch agent configuration file for permitted ethertypes
and then ensures that the requested ethertypes are permitted on
initialization.  This addresses the security and usability concerns on
both master and stable branches while a full-fledged extension to the
security groups API is considered.

Change-Id: Ide78b0b90cf6d6069ce3787fc60766be52062da0
Related-Bug: #1832758
(cherry picked from commit 9ea6a61665)
2019-07-01 15:33:34 +00:00
..
agent Add custom ethertype processing 2019-07-01 15:33:34 +00:00
db Refactoring db config options 2017-10-04 15:42:50 -04:00
extensions Fix all pep8 E265 errors 2018-04-30 16:35:52 -04:00
plugins Make OVS controller inactivity_probe configurable 2019-06-06 10:20:41 +00:00
services [log]: implement logging agent extension 2017-10-11 16:04:14 +07:00
__init__.py Refactoring config options for quota 2016-05-11 09:15:38 -05:00
common.py Implement filter validation 2018-07-19 04:13:43 +00:00
quota.py Bump default quotas for ports, subnets, and networks 2017-03-21 18:35:28 +00:00
service.py Refactoring config options for service 2016-05-14 21:44:18 -05:00
wsgi.py Refactoring config options for wsgi opts 2016-08-03 19:49:58 +00:00