Changes are related to provide a command to display acl caches. 55/62955/23
authorNishchya Gupta <nishchyag@altencalsoftlabs.com>
Mon, 11 Sep 2017 09:12:41 +0000 (14:42 +0530)
committerSam Hague <shague@redhat.com>
Mon, 20 Nov 2017 20:07:16 +0000 (20:07 +0000)
commitddefd7082060a352624b2aa6961f9c825172365d
tree79db7b4f54827a3e655e4fb13ab5d31bca0a53a5
parent0c3a7e3103fea3dc039519ab4d4497fd218dc3d8
Changes are related to provide a command to display acl caches.

Added a new command display-acl-data-cache with aclservice scope,this
command displays the data for in total 4 caches of acl module.
Three cache from AclDatautils and one cache from AclInterfaceCacheUtil.

Usages for command will be shown if input command is improper.

Change-Id: Ide45e04b41747ddc1dd59fbad8e05b1d61e6964b
Signed-off-by: Nishchya Gupta <nishchyag@altencalsoftlabs.com>
vpnservice/aclservice/api/src/main/java/org/opendaylight/netvirt/aclservice/api/utils/AclDataUtil.java [new file with mode: 0644]
vpnservice/aclservice/api/src/main/java/org/opendaylight/netvirt/aclservice/api/utils/AclInterfaceCacheUtil.java
vpnservice/aclservice/impl/pom.xml
vpnservice/aclservice/impl/src/main/java/org/opendaylight/netvirt/aclservice/utils/AclDataUtil.java
vpnservice/aclservice/impl/src/main/resources/org/opendaylight/blueprint/aclservice.xml
vpnservice/aclservice/pom.xml
vpnservice/aclservice/shell/pom.xml [new file with mode: 0644]
vpnservice/aclservice/shell/src/main/java/org/opendaylight/netvirt/aclservice/shell/DisplayAclDataCaches.java [new file with mode: 0644]
vpnservice/aclservice/shell/src/main/resources/org/opendaylight/blueprint/blueprint.xml [new file with mode: 0644]
vpnservice/features/odl-netvirt-impl/pom.xml