aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json')
-rw-r--r--framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json
deleted file mode 100644
index 035f23fb..00000000
--- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "bundle": {
- "id": "family",
- "name": "Family Bundle",
- "functions": [
- {
- "id": "internet",
- "name": "Internet",
- "desc": "Basic internet connectivity.",
- "params": {}
- },
- {
- "id": "firewall",
- "name": "Firewall",
- "desc": "Normal firewall protection.",
- "params": {}
- },
- {
- "id": "url_filter",
- "name": "Parental Control",
- "desc": "Variable levels of URL filtering.",
- "params": {
- "level": "PG",
- "levels": [ "PG", "PG-13", "R" ]
- }
- }
- ]
- },
- "bundles": [
- { "id": "basic", "name": "Basic Bundle" },
- { "id": "family", "name": "Family Bundle" }
- ]
-}