vmware-nsx/neutron/extensions
dekehn 794a1325df extra_dhcp_opt add checks for empty strings
When passing extra-dhcp-opt into the port-create where an empty string
is provided as opt_value='   ', the create and update routine will load the
empty string into the DB. The result when written to the opts file is:
"tag:ece4c8aa-15c9-4f6b-8c42-7d4e285734bf,option:server-ip-address", which
when read by dnsmasq has been tested to cause dnsmasq to segment fault.

Change-Id: I31de4a3d27092bb219d20221c5ef5a6b22e050dc
Closes-Bug: #1257467
2013-12-13 08:40:28 -07:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
agent.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
allowedaddresspairs.py Updating address pairs with xml doesn't work 2013-10-15 14:03:10 +08:00
dhcpagentscheduler.py Divide dhcp and l3 agent scheduling into separate extensions 2013-07-08 12:29:02 +04:00
external_net.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
extra_dhcp_opt.py extra_dhcp_opt add checks for empty strings 2013-12-13 08:40:28 -07:00
extraroute.py Allow to clear extra routes from router 2013-07-18 17:20:23 -07:00
firewall.py Apply six for metaclass 2013-11-18 17:58:58 +09:00
flavor.py Fix incorrect indentations found by Pep 1.4.6+ 2013-10-19 10:50:16 +02:00
l3_ext_gw_mode.py Enable conversion for composite attribute items 2013-08-09 06:23:07 -07:00
l3.py Merge "Fix incorrect NotImplementedError" 2013-09-13 08:08:18 +00:00
l3agentscheduler.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
lbaas_agentscheduler.py Fix a copy&paste typo 2013-10-20 13:53:11 +02:00
loadbalancer.py Merge "Apply six for metaclass" 2013-11-27 20:31:05 +00:00
metering.py Apply six for metaclass 2013-11-18 17:58:58 +09:00
multiprovidernet.py Add multiple provider network extension 2013-08-20 10:30:08 -07:00
portbindings.py Add port bindings to ports created in Midonet 2013-10-15 08:26:38 +00:00
portsecurity.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
providernet.py Fix message i18n error 2013-09-08 15:58:12 +08:00
quotasv2.py Externalize error messages in the API 2013-08-07 21:19:25 +00:00
routedserviceinsertion.py Support for NVP advanced FwaaS service 2013-09-17 10:18:22 -07:00
routerservicetype.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
securitygroup.py Apply six for metaclass 2013-11-18 17:58:58 +09:00
servicetype.py Service Type Framework refactoring 2013-07-25 21:47:30 +04:00
vpnaas.py update error msg for invalid state to update vpn resources 2013-12-03 06:06:02 +08:00