a508fa127c
Adds the API definitions for the 'sfc' and 'flow_classifier' API extensions from networking-sfc. Co-Authored-By: Thomas Morin <thomas.morin@orange.com> Needed-By: I4958fb7b47050a76618183ab4f938622d95c8a0c Change-Id: Id5aea04553b78dd17fca85de88cf076b42d24140
12 lines
523 B
YAML
12 lines
523 B
YAML
---
|
|
features:
|
|
- Add the definitions for the ``sfc`` and ``flowclassifier`` API extensions
|
|
of the networking-sfc project.
|
|
- Add a ``convert_uppercase_ip`` converter, convenient to easily accept for
|
|
instance ``Ipv4``, ``IPv4`` and ``ipv4`` independently of the case of the
|
|
first two letters.
|
|
- And add a ``convert_prefix_forced_case`` converter, to allow forcing the
|
|
case of a string prefix
|
|
- Add a ``uuid_list_non_empty`` validator, that will validate that the
|
|
value is a non-empty list of UUIDs
|