X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fexec.py;h=4afcb48e493b6b9a554933add22c5e4a88e7f6b0;hb=4e0677d9cbb7a3a1ba2c979f8087f32e530c9e03;hp=0423850b2337f9d7f2cfc5ae16845ba141ed3688;hpb=3911c6d97e010f6cf8faed8fc9800a90028d7aea;p=sfa.git diff --git a/sfatables/exec.py b/sfatables/exec.py index 0423850b..4afcb48e 100644 --- a/sfatables/exec.py +++ b/sfatables/exec.py @@ -34,25 +34,31 @@ def main(): rspec = """ - - + + plc.princeton.sapan + + + + + hrn + plc + whitelist plc.princeton blacklist - plc.princeton.planetlab-04 + plc.tp - - + - + @@ -63,8 +69,7 @@ def main(): print "%d rules loaded for OUTGOING chain\n"%len(outgoing.sorted_rule_list) newrspec = incoming.apply(rspec) - import pdb - pdb.set_trace() + print newrspec return if __name__=="__main__":