Sflow support for ONOS
sFlow is a technology for monitoring traffic in data networks
containing switches and routers. In particular, it defines the
sampling mechanisms implemented in an sFlow Agent for monitoring
traffic, the sFlow MIB for controlling the sFlow Agent, and the
format of sample data used by the sFlow Agent when forwarding data to
a central data collector.
Rfc: rfc3176
Change-Id: I74ce40d86c0cea1defe5f8c0947d1512b5843eb5
diff --git a/apps/ipflow-monitor/sflow/BUILD b/apps/ipflow-monitor/sflow/BUILD
new file mode 100644
index 0000000..ac31f51
--- /dev/null
+++ b/apps/ipflow-monitor/sflow/BUILD
@@ -0,0 +1,13 @@
+BUNDLES = [
+ "//apps/ipflow-monitor/sflow/api:onos-apps-ipflow-monitor-sflow-api",
+ "//apps/ipflow-monitor/sflow/app:onos-apps-ipflow-monitor-sflow-app",
+]
+
+onos_app(
+ category = "Traffic Monitoring",
+ description = "Provides handling of sflow traffic.",
+ included_bundles = BUNDLES,
+ origin = "ONOS Community",
+ title = "Sflow traffic monitoring",
+ url = "http://onosproject.org",
+)