diff options
author | Hochikong <michellehzg@gmail.com> | 2016-05-25 15:23:23 +0800 |
---|---|---|
committer | Hochikong <michellehzg@gmail.com> | 2016-05-25 15:23:23 +0800 |
commit | a69d5dd73e638d6b7a8676ed1685e16404e7f7d2 (patch) | |
tree | 0be8759f7bdacfa323ed12aa430421e587610fe3 /vyroute/basic_function/StaticRoute.py | |
parent | 925e96d192f780e476b5de49a5d4b81a53b23901 (diff) | |
download | python-vyos-mgmt-a69d5dd73e638d6b7a8676ed1685e16404e7f7d2.tar.gz python-vyos-mgmt-a69d5dd73e638d6b7a8676ed1685e16404e7f7d2.zip |
final bugs fix and rebuilt egg file,Congratulations!
Diffstat (limited to 'vyroute/basic_function/StaticRoute.py')
-rw-r--r-- | vyroute/basic_function/StaticRoute.py | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/vyroute/basic_function/StaticRoute.py b/vyroute/basic_function/StaticRoute.py index b76e451..115ab6b 100644 --- a/vyroute/basic_function/StaticRoute.py +++ b/vyroute/basic_function/StaticRoute.py @@ -1,4 +1,4 @@ -# author=hochikong +# author=Hochikong def staticroute(obj, data): """This method provide a basic static router configuration function @@ -19,27 +19,4 @@ def staticroute(obj, data): data['config']['distance'])) return {"Result": "Configured successfully"} except Exception, e: - return {'Error': e} - - - - - - - - - - - - - - - - - - - - - - - + return {'Error': e}
\ No newline at end of file |