commit | 2cc77989b4bd2d902699c5cf1d79a2665d3dab34 | [log] [tgz] |
---|---|---|
author | Sudhir Kumar Maurya <sudhir.maurya@infosys.com> | Fri Dec 14 06:41:33 2018 -0500 |
committer | Charles Chan <charles@opennetworking.org> | Thu Jan 03 19:28:49 2019 +0000 |
tree | bb89b7949ad85070bc2d2b44a3809f3baf593004 | |
parent | c6455baca3ad15813ffb4f2a78f56b897c9ee5b6 [diff] [blame] |
API for LLDP, NS, NA, ARP counter added in Packet stats app Change-Id: If49f35d2fb302496f59e095a2ae6062ca48108ad
diff --git a/apps/packet-stats/app/BUILD b/apps/packet-stats/app/BUILD new file mode 100644 index 0000000..12c0a66 --- /dev/null +++ b/apps/packet-stats/app/BUILD
@@ -0,0 +1,7 @@ +COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + METRICS + [ + "//core/store/serializers:onos-core-serializers", +] + +osgi_jar_with_tests( + deps = COMPILE_DEPS, +)