Copy attributes in addition of internal tags.
[sfa.git] / sfatables / commands / SetDefault.py
index 8fac405..b840706 100644 (file)
@@ -1,10 +1,10 @@
 import os, time
-from sfa.sfatables.command import Add
+from sfatables.command import Command
 
 class SetDefault(Command):
     options = [('-P','--default')]
     help = 'Set the default rule for a chain'
-    key='add_rule'
+    key='set_default_rule'
     matches = False
     targets = False