neutron/neutron/plugins/ml2/drivers/ovn/mech_driver
Lucas Alvares Gomes f6010f6042 [OVN] Enhance port's extra DHCP options support
Prior to this patch OVN did not validate any extra DHCP option passed
to the port leading to confusion because the user of the API could just
input any value and OVN would accept it (returning 200) but ignoring the
option internally.

This patch now adds such validations on port creation and update.

This patch also sync with the latest supported DHCP options from OVN and
create a map between the different names and option codes to their OVN
counterpart.

Closes-bug: #1874282
Change-Id: I99799e54e941cdd8da2614feecad1ef6299703fc
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2020-05-25 11:23:02 +01:00
..
ovsdb Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
__init__.py [OVN] Import ovsdb related code 2019-12-04 13:18:50 +00:00
mech_driver.py [OVN] Enhance port's extra DHCP options support 2020-05-25 11:23:02 +01:00