ONOS Network Troubleshooting System
Newest Commit changes:
1. Add unit tests.
2. Fix review comments.
3. Add support to BUCK.
Could you please make a Code Review, we wish to hear anything from you :)
Thank you very much!
----------------------------------------------------
ONOS Network Troubleshooting System
Modularity design. In present, include these tow module:
1. Routing Loop Detection
Welcome your contribution for more modules in the future...
Beijing University of Posts and Telecommunications
new: withdraw blackhole tracing for redesign;
fix obvious checkstyle problem.
Change-Id: Id6d3aa0bc00c8da8ac046e6903f17cfdf954d919
diff --git a/apps/network-troubleshoot/BUCK b/apps/network-troubleshoot/BUCK
new file mode 100644
index 0000000..612bff6
--- /dev/null
+++ b/apps/network-troubleshoot/BUCK
@@ -0,0 +1,13 @@
+BUNDLES = [
+ '//apps/network-troubleshoot/api:onos-apps-network-troubleshoot-api',
+ '//apps/network-troubleshoot/cli:onos-apps-network-troubleshoot-cli',
+ '//apps/network-troubleshoot/core:onos-apps-network-troubleshoot-core',
+]
+
+onos_app (
+ title = 'Network TroubleShoot SubSystem',
+ description = 'ONOS Network TroubleShoot SubSystem',
+ category = 'Core',
+ url = 'https://wiki.onosproject.org/display/ONOS/Network+TroubleShooting+Module',
+ included_bundles = BUNDLES,
+)