Cleaning up...
[sfa.git] / sfatables / commands / SetDefault.py
index 063caab..b840706 100644 (file)
@@ -1,9 +1,10 @@
 import os, time
+from sfatables.command import Command
 
-class Command:
-    options = []
-    help = ''
-    key=''
+class SetDefault(Command):
+    options = [('-P','--default')]
+    help = 'Set the default rule for a chain'
+    key='set_default_rule'
     matches = False
     targets = False