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
/
src
/
helpers
Age
Commit message (
Expand
)
Author
2024-02-13
utils: T5239: add low-level read from config.boot
Christian Breunig
2023-11-27
T5763: fix imprecise check for remote file name
John Estabrook
2022-11-01
strip-private: T4177: Fix for hiding private data token/url/bucket
Viacheslav
2022-03-05
conntrackd: T4259: fix daemon configuration path
Christian Poessinger
2021-12-16
T3354: Backport strip-private script
erkin
2021-12-09
conntrack: T3535: add keepalived notifications for node transitions
Christian Poessinger
2021-12-09
vyos.util: T4061: add function to check for completion of boot config
John Estabrook
2021-12-04
wwan: T3795: move implementation to VbashOpRun()
Christian Poessinger
2021-11-18
wwan: T3795: periodically check if WWAN connection needs a reconnect
Christian Poessinger
2020-10-21
load-config: T2138: support loading gzipped (local) config files
John Estabrook
2020-07-22
load-config: subclass ConfigSourceSession instead of Config
John Estabrook
2020-05-07
T2431: use native versions of validate-value and numeric validator.
Daniil Baturin
2020-04-10
util: T2253: fix translation to cmd
John Estabrook
2020-04-10
Revert "Revert "util: T2226: rewrite merge config to use cmd""
John Estabrook
2020-04-09
util: T2226: os.system was wrongly converted to run
Thomas Mangin
2020-04-08
Revert "util: T2226: rewrite merge config to use cmd"
John Estabrook
2020-04-06
util: T2226: rewrite merge config to use cmd
Thomas Mangin
2020-04-06
util: T2226: rewrite load config to use cmd
Thomas Mangin
2020-04-06
util: T2226: rewrite bridge to use cmd (see comment in code)
Thomas Mangin
2020-04-06
util: T2226: rewrite boot config loader to use cmd
Thomas Mangin
2020-04-06
util: T2226: rewrite config migration to use cmd
Thomas Mangin
2020-04-06
util: T2226: covert most calls from os.system to util
Thomas Mangin
2020-03-30
config load: T2053: update for version string syntax change
John Estabrook
2020-03-30
config merge: T2052: update for version string syntax change
John Estabrook
2020-03-30
migration: T2029: run virtual migration before migration
John Estabrook
2020-03-30
migration: T2029: set default vintage; remove target from virtual
John Estabrook
2020-03-27
merge config: T2169: remove redundant use of show_config
John Estabrook
2020-03-12
[boot-config-loader] T1622: log traceback only if 'vyos-config-debug'
John Estabrook
2019-12-03
T1801: move escaping of backslashes into configtree
John Estabrook
2019-10-01
T1424: Rewrite the config load script
John Estabrook
2019-09-19
[boot-config-loader] T1622: (bugfix) set gid and write permissions
John Estabrook
2019-09-01
Merge pull request #119 from alkersan/T1621_misc_rewrites
Christian Poessinger
2019-08-31
[boot-config-loader] T1622: Add failsafe and back trace
John Estabrook
2019-08-30
[op-mode] T1621 rewrite misc commands to python/xml syntax
Dmytro Aleksandrov
2019-08-26
bridge: T1608: deny adding non existing interfaces to bridge config
Christian Poessinger
2019-08-16
[op-mode] T1590 xml-style rewrite of 'show system' operations
Dmytro Aleksandrov
2019-06-12
T1397: check for path argument in both effective and merge config
John Estabrook
2019-06-12
T1397: use revised migration method
John Estabrook
2019-06-12
T1397: escape backslashes in output passed to configtree
John Estabrook
2019-06-05
T1334: Migration script runner rewrite
John Estabrook
2019-05-29
T1397: Rewrite the config merge script
John Estabrook
2019-01-26
T1193: remove the commands pipe since it's no longer needed.
Daniil Baturin
2018-11-29
T1001: escape backslashes in the input in the commands pipe as well.
Daniil Baturin
2018-08-25
validate-value.py: remove tailing whitespaces
Christian Poessinger
2018-06-30
src: commands-pipe: fix bug (no raw string) reported by sonarcube
Christian Poessinger
2018-06-05
T684: add bindings for the commands formatter and scripts for converting conf...
Daniil Baturin
2018-05-16
T643: use fullmatch for regex validators so that people don't have to write ^...
Daniil Baturin
2018-05-16
T643: correct support for regex validators.
Daniil Baturin
2018-05-16
T643: correct the logic for generating node constraints and add emulation of ...
Daniil Baturin