add getKeys in switchrule.py

This commit is contained in:
breakwa11 2015-07-01 10:55:24 +08:00
parent a142b957a7
commit 298e8a06c9
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,6 @@
def getKeys():
return ['port', 'u', 'd', 'transfer_enable', 'passwd', 'enable' ]
def isTurnOn(row):
return True