index
:
python-vyos-mgmt.git
OLD_VERSION
master
A Python library for managing VyOS routers (mirror of https://github.com/vyos/python-vyos-mgmt.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vymgmt
Age
Commit message (
Expand
)
Author
2019-01-31
Added support for pxxsh timeout
Andreas Maier
2018-01-22
T527: Add support for ssh key authentication.
Mateusz Mojsiejuk
2016-09-06
Proper license headers and metadata.
release/0.1
Daniil Baturin
2016-09-06
Improve the docs.
Daniil Baturin
2016-09-06
Add port parameter. Make password and port named rather than positional argum...
Daniil Baturin
2016-09-06
Add generic run_op_mode_command and run_conf_mode_command
Daniil Baturin
2016-09-06
Create pxssh instance when user logins, rather than when the object is created.
Daniil Baturin
2016-09-06
Forgot . in the relative module path...
Daniil Baturin
2016-09-06
Fix some mistakes in code according to PEP8
hochikong
2016-09-06
Code cleanup.
Daniil Baturin
2016-09-05
Fix a problem in exit()
hochikong
2016-09-05
Fix the logic error in logout()
hochikong
2016-09-05
Fix some logic error in commit()
hochikong
2016-08-26
Fix some logic error in logout()
hochikong
2016-08-24
Fix some mistakes in README and check all codes by 2to3
hochikong
2016-08-24
T133 Add a generic method set() and delete()
hochikong
2016-08-21
T133:Add a generic method set() and delete()
hochikong