Packet throttle support
Change-Id: I6f2da5ed25f794561349013bfcbf9afa85d5e190
diff --git a/apps/packet-throttle/BUILD b/apps/packet-throttle/BUILD
new file mode 100644
index 0000000..581fd15
--- /dev/null
+++ b/apps/packet-throttle/BUILD
@@ -0,0 +1,12 @@
+BUNDLES = [
+ "//apps/packet-throttle/app:onos-apps-packet-throttle-app",
+]
+
+onos_app(
+ app_name = "org.onosproject.packetthrottle",
+ category = "Traffic Steering",
+ description = "Packet throttle application to make ONOS drop packets crossing threshold",
+ included_bundles = BUNDLES,
+ title = "Packet Throttler",
+ url = "http://onosproject.org",
+)