[openstack-dev] [Neutron][LBaaS] L7 data types

Avishay Balderman AvishayB at Radware.com
Sun Feb 16 07:55:35 UTC 2014


Hi
There are 2 fields in the L7 model that are candidates for being a closed set (Enum).
I would like to hear your opinion.

Entity:  L7Rule
Field : type
Description:  this field holds the part of the request where we should look for a value
Possible values: URL,HEADER,BODY,(?)

Entity:  L7Rule
Field : compare_type
Description: The way we compare the value against a given value
Possible values: REG_EXP, EQ, GT, LT,EQ_IGNORE_CASE,(?)
Note: With REG_EXP we can cover the rest of the values.

In general In the L7rule one can express the following (Example):
"check if in the value of header named 'Jack'  starts with X" - if this is true - this rule "returns" true


Thanks

Avishay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140216/98c2c2fc/attachment.html>


More information about the OpenStack-dev mailing list