From f8f0f1cf62d7f4a11ebc648fcaf8c2231c05619e Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sat, 26 Sep 2009 12:30:50 +0000 Subject: [PATCH] Only get the hmac tag. --- plugins/sliverauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sliverauth.py b/plugins/sliverauth.py index 8bb03a2..7b29dba 100644 --- a/plugins/sliverauth.py +++ b/plugins/sliverauth.py @@ -24,7 +24,7 @@ def start(options, conf): def SetSliverTag(plc, slice, tagname, value): node_id = tools.node_id() - slivertags=plc.GetSliceTags({"name":slice,"node_id":node_id}) + slivertags=plc.GetSliceTags({"name":slice,"node_id":node_id,"tagname":tagname}) if len(slivertags)==0: slivertag_id=plc.AddSliceTag(slice,tagname,value,node_id) else: -- 2.43.0