add getKeys in switchrule.py
This commit is contained in:
parent
a142b957a7
commit
298e8a06c9
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
def getKeys():
|
||||
return ['port', 'u', 'd', 'transfer_enable', 'passwd', 'enable' ]
|
||||
|
||||
def isTurnOn(row):
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue