Cleanup openswitch

Also bump get_config in vyos, to pick up the addition of **kwargs

Closes #17415
This commit is contained in:
Nathaniel Case 2016-09-12 13:35:57 -04:00 committed by GitHub
parent 1e7e3aad0e
commit fcd4be28ee
3 changed files with 7 additions and 5 deletions

View file

@ -259,7 +259,7 @@ class CliBase(object):
def configure(self, commands):
raise NotImplementedError
def get_config(self, commands):
def get_config(self, **kwargs):
raise NotImplementedError
def load_config(self, commands, **kwargs):