From dec4b4348087370e4222cb9c77c10377658b66f7 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Sun, 5 Jun 2016 21:53:18 +0200 Subject: HONEYCOMB-49: ACL create/delete support for vpp-interface-augmentation Change-Id: I5c25bac07ce618f69cf86f988749b0f86e9a6498 Signed-off-by: Marek Gradzki --- v3po/api/src/main/yang/vpp-classifier.yang | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'v3po/api/src/main/yang/vpp-classifier.yang') diff --git a/v3po/api/src/main/yang/vpp-classifier.yang b/v3po/api/src/main/yang/vpp-classifier.yang index 0ba94f1cb..b54798857 100644 --- a/v3po/api/src/main/yang/vpp-classifier.yang +++ b/v3po/api/src/main/yang/vpp-classifier.yang @@ -63,7 +63,7 @@ module vpp-classifier { "Defines classify session attributes that are mapped to classify_add_del_session and classify_session_details messages parameters."; - leaf hit_next_index { + leaf hit_next { type vpp-node; mandatory true; description @@ -110,7 +110,7 @@ module vpp-classifier { description "Reference to the next classify table. Required when multiple table chaining is used."; } - leaf miss_next_index { + leaf miss_next { mandatory true; type vpp-node; description @@ -124,7 +124,6 @@ module vpp-classifier { } leaf active_sessions { type uint32; - mandatory true; config false; description "Number of sessions defined for the classify table."; -- cgit 1.2.3-korg