From c942afff43b57d7fd15a86df5d084c224dbf972a Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Mon, 16 Mar 2009 22:10:28 +0000 Subject: [PATCH] added max_alloc --- GetLinkSpecs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GetLinkSpecs.py b/GetLinkSpecs.py index 28a367b..f3e4a1d 100755 --- a/GetLinkSpecs.py +++ b/GetLinkSpecs.py @@ -78,6 +78,7 @@ class GetLinkSpecs(GetNodeNetworks, GetNodes): 'bw': '1Gbps', 'min_alloc': '0', 'bw': '1Gbps', + 'max_alloc': '1Gbps', 'endpoint': ifspecs, 'start_time': int(time()), 'duration': '-1'}) -- 2.43.0