Make ip-version mandatory for all ACEs
authorMarek Gradzki <[email protected]>
Tue, 18 Oct 2016 07:48:01 +0000 (09:48 +0200)
committerMarek Gradzki <[email protected]>
Tue, 18 Oct 2016 08:52:04 +0000 (10:52 +0200)
commitd5b62161bc45e5885de332f554eaa235d6bce347
tree73a13233b5be2dfa87daf39706c1137bca993424
parentae735b4aacfc7008b0c12425367a419b47646350
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 <[email protected]>
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