diff options
Diffstat (limited to 'vyroute/Router.py')
-rw-r--r-- | vyroute/Router.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vyroute/Router.py b/vyroute/Router.py index 9999d7e..ef55b33 100644 --- a/vyroute/Router.py +++ b/vyroute/Router.py @@ -1,4 +1,4 @@ -# author=hochikong +# author=Hochikong from Exscript.protocols import SSH2 from Exscript import Account from vyroute.basic_function import Modifylo @@ -211,6 +211,10 @@ class BasicRouter(Router): def lo(self, data): """Modify a router loopback address + Parameter data example: + {'config':'1.1.1.1/32' + } + :param data: a python dictionary :return: a python dictionary """ |