index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
vyos
/
util.py
Age
Commit message (
Expand
)
Author
2020-04-22
Merge pull request #360 from thomas-mangin/T2186-syslog
Christian Poessinger
2020-04-20
vyos.util: T2347: call will print output only if non-empty
John Estabrook
2020-04-20
airbag: T2186: improve information reported
Thomas Mangin
2020-04-19
bridge: T2232: move helper to vyos.validate
Christian Poessinger
2020-04-18
ipoe-server: T2324: remove boilerplate code and adjust to other accel impleme...
Christian Poessinger
2020-04-15
vyos.util: T1607: move imports locally to functions using them
Christian Poessinger
2020-04-15
dns-forwarding: T2298: fix path to control file
Christian Poessinger
2020-04-13
cmd: T2226: improve debugging
Thomas Mangin
2020-04-13
cmd: T2226: add the a full log of all commands
Thomas Mangin
2020-04-12
vyos.util: openvpn: migrate to chmod_600()
Christian Poessinger
2020-04-12
vyos.util: rename chmod_x() -> chmod_755()
Christian Poessinger
2020-04-11
util: T2226: passthrough for stderr, fix input, always newline
Thomas Mangin
2020-04-09
util: T2226: os.system was wrongly converted to run
Thomas Mangin
2020-04-09
util: T2205: do not display debuging when it is not set
Thomas Mangin
2020-04-09
Merge pull request #314 from thomas-mangin/T2186
Christian Poessinger
2020-04-08
vyos.util: introduce chmod_750() for files/directories
Christian Poessinger
2020-04-08
vyos-util: rename chown_file() > chown()
Christian Poessinger
2020-04-08
logging: T2186: Initial implementation of logging
Thomas Mangin
2020-04-07
bridge: T2232: prevent deletion of enslaved interfaces
Christian Poessinger
2020-04-07
vyos.util: T2226: add proper comments
Christian Poessinger
2020-04-06
util: T2226: remove all references to subprocess_cmd
Thomas Mangin
2020-04-06
util: T2226: rewrite util to use cmd
Thomas Mangin
2020-04-06
util: T2226: improve popen, cmd and add run
Thomas Mangin
2020-04-04
vyos.util: rename chmod_x_file() to chmod_x()
Christian Poessinger
2020-04-04
Merge pull request #299 from thomas-mangin/T2205
Christian Poessinger
2020-04-04
ifconfig: T2205: silence ethtool harmless failures
Thomas Mangin
2020-04-04
vyos.util: use common subprocess_cmd wrapper
Christian Poessinger
2020-04-02
vyos.util: move import statements next to the helpers using it
Christian Poessinger
2020-04-02
vyos.util: add chown_file and chmod_x_file helpers
Christian Poessinger
2020-03-29
vyos.util: increase usage of process_running() and remove duplicated code
Christian Poessinger
2020-03-28
ipv6: T1831: migrate eui64 addressing to XML and python
Christian Poessinger
2020-03-28
vyos.util: import cleanup
Christian Poessinger
2019-12-03
T1801: move escaping of backslashes into configtree
John Estabrook
2019-11-17
T1801: escape isolated backslashes before passing to ConfigTree()
John Estabrook
2019-08-30
[op-mode] T1621 rewrite misc commands to python/xml syntax
Dmytro Aleksandrov
2019-08-23
[op-mode] T1607 rewrite 'reset conntrack', 'reset & show ip[v6]' to python/xm...
Dmytro Aleksandrov
2019-07-03
T1503: add functions for commit lock checking and waiting.
Daniil Baturin
2018-07-24
Add a validator for scripts that are supposed to be in /config
Daniil Baturin
2018-07-23
Add a convenience function for getting the config owners group GID.
Daniil Baturin
2018-07-20
Remove a stray debug print.
Daniil Baturin
2018-07-20
Add vyos.util.read_file() function.
Daniil Baturin
2018-07-20
Add a function for converting seconds to a human readable elapsed time descri...
Daniil Baturin
2018-07-19
Add a function for quickly checking running processes by their PID files.
Daniil Baturin
2018-06-16
Set the license of all vyos.* libraries to LGPLv2+.
Daniil Baturin
2018-06-08
T689: add a new script for 'show hardware cpu summary'.
Daniil Baturin
2018-05-14
T633: build integration and minor fixes in the op mode command generator.
Daniil Baturin
2017-09-21
T401: add functions for reading VyOS version data.
Daniil Baturin
2017-09-08
Separate VyOSError and ConfigError.
Daniil Baturin