From 8d67cecdcdd5338dcee4604803efa0e9a7722889 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 9 Nov 2009 16:18:06 +0000 Subject: [PATCH] Whoops. create_slice is linked with INCOMING, not OUTGOING. --- sfa/methods/create_slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/create_slice.py b/sfa/methods/create_slice.py index 1a4e580f..6c142f59 100644 --- a/sfa/methods/create_slice.py +++ b/sfa/methods/create_slice.py @@ -54,7 +54,7 @@ class create_slice(Method): sfa_aggregate_type = Config().get_aggregate_rspec_type() rspec_manager = __import__("sfa.rspecs.aggregates.rspec_manager_"+sfa_aggregate_type, fromlist = ["sfa.rspecs.aggregates"]) #Filter the incoming rspec using sfatables - incoming_rules = SFATablesRules('OUTGOING') + incoming_rules = SFATablesRules('INCOMING') #incoming_rules.set_slice(hrn) # This is a temporary kludge. Eventually, we'd like to fetch the context requested by the match/target -- 2.47.0