From 6c4bd7f37c8829aee293bfe384caceecd11fc7e6 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Mon, 16 Mar 2009 22:20:30 +0000 Subject: [PATCH] added support for slinkspecs --- geni/util/specdict.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/geni/util/specdict.py b/geni/util/specdict.py index 8f0b5971..64844968 100644 --- a/geni/util/specdict.py +++ b/geni/util/specdict.py @@ -110,11 +110,13 @@ class NetSpecDict(SpecDict): 'start_time': '', 'duration': '', 'nodes': [NodeSpecDict], + 'links': [LinkSpecDict], } plc_fields = {'name': 'name', 'start_time': 'start_time', 'duration': 'duration', - 'nodes': 'nodes'} + 'nodes': 'nodes', + 'links': 'links'} class RspecDict(SpecDict): type = 'RSpec' -- 2.43.0