summaryrefslogtreecommitdiffstats
path: root/app/install/db/link_types.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/install/db/link_types.json')
-rw-r--r--app/install/db/link_types.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/install/db/link_types.json b/app/install/db/link_types.json
index f8e3e93..93a2e59 100644
--- a/app/install/db/link_types.json
+++ b/app/install/db/link_types.json
@@ -173,5 +173,19 @@
"user_id" : "WS7j8oTbWPf3LbNne",
"endPointA" : "host_pnic",
"description" : "host_pnic-switch_pnic"
+},
+{
+ "endPointB" : "switch_pnic",
+ "type" : "switch-switch_pnic",
+ "user_id" : "WS7j8oTbWPf3LbNne",
+ "endPointA" : "switch",
+ "description" : "switch-switch_pnic"
+},
+{
+ "endPointB" : "switch",
+ "type" : "switch_pnic-switch",
+ "user_id" : "WS7j8oTbWPf3LbNne",
+ "endPointA" : "switch_pnic",
+ "description" : "switch_pnic-switch"
}
]