From a69d5dd73e638d6b7a8676ed1685e16404e7f7d2 Mon Sep 17 00:00:00 2001 From: Hochikong Date: Wed, 25 May 2016 15:23:23 +0800 Subject: final bugs fix and rebuilt egg file,Congratulations! --- vyroute/Router.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'vyroute/Router.py') 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 """ -- cgit v1.2.3