Shell Commands to Display Ipv6Service Cache 47/64147/8
authorSridhar Gaddam <sgaddam@redhat.com>
Wed, 11 Oct 2017 07:23:16 +0000 (12:53 +0530)
committerAswin Suryanarayanan <asuryana@redhat.com>
Thu, 16 Nov 2017 17:38:34 +0000 (17:38 +0000)
commit156124fda4f55fe7c1f34f1e4e8c0584441ad65f
treece3e2fb9143ace8c941623aeaa9b59174c68cbfc
parente34d572513dfe4e3e1eb7dcbe2ae1f1c6fcda3b6
Shell Commands to Display Ipv6Service Cache

IPv6Service in netvirt maintains a cache of various Neutron resources to
honor the Router Solicitation/Neighbor Solicitation requests (which are
time sensitive) coming from the VMs spawned on the IPv6 Network.

This patch implements the necessary shell commands to dump the ipv6Cache.

Change-Id: Ie1aed6d47da540e3fd94c6a8cc3eedf7b4954989
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
vpnservice/features/odl-netvirt-impl/pom.xml
vpnservice/features/vpnservice-features/pom.xml
vpnservice/features/vpnservice-features/src/main/features/features.xml
vpnservice/ipv6service/impl/src/main/java/org/opendaylight/netvirt/ipv6service/IfMgr.java
vpnservice/ipv6service/pom.xml
vpnservice/ipv6service/shell/pom.xml [new file with mode: 0644]
vpnservice/ipv6service/shell/src/main/java/org/opendaylight/netvirt/ipv6service/shell/ShowIpv6Command.java [new file with mode: 0644]
vpnservice/ipv6service/shell/src/main/resources/org/opendaylight/blueprint/blueprint.xml [new file with mode: 0644]