Make ip-version mandatory for all ACEs 63/3463/1
authorMarek Gradzki <mgradzki@cisco.com>
Tue, 18 Oct 2016 07:48:01 +0000 (09:48 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Tue, 18 Oct 2016 08:52:04 +0000 (10:52 +0200)
commite038e92d86fce2df7e50071436ceac5cf0a9ba24
tree948988a129339d0cf194b012499b07fee3cbae63
parent009a3e6e33225e1cd9ff4dd8ce7c38cc94e5f9dd
Make ip-version mandatory for all ACEs

- ip-version was mandatory only when mixing l2/l3 rules in one ACE
(vpp api limitation). It needs to be provided also in case of
ACEs that define l3 only rules (we allow mixing ip4/ip6 ACEs
in one list).

- updates postman collestion with example of L4 only acl

Change-Id: Ifb863208c21a504cd61843f7540341bc35a6174a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
v3po/api/src/main/yang/vpp-acl.yang
v3po/postman_rest_collection.json
v3po/v3po2vpp/src/main/java/io/fd/honeycomb/translate/v3po/interfaces/acl/ingress/IetfAclWriter.java