Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-08 | vyos.util: T4061: add function to check for completion of boot config | John Estabrook | |
2021-12-08 | vrrp: T4059: do "late" read of the CLI configuration as this fails in __init__ | Christian Poessinger | |
... thus we simply read the configuration the first time it really becomes necessary and a message requireing the data needs it actually. | |||
2021-12-08 | Merge pull request #1100 from DmitriyEshenko/sg-1x-03122021-02 | Daniil Baturin | |
pppoe-server: T3006: Add range to regex generator | |||
2021-12-07 | pppoe-server: T3006: Add range to regex generator | DmitriyEshenko | |
2021-12-08 | Merge pull request #1102 from dmbaturin/T3006 | Daniil Baturin | |
T3006: add a range validator | |||
2021-12-07 | T3006: add a range validator | Daniil Baturin | |
2021-12-07 | Merge pull request #1101 from goodNETnick/vrrpHealth_1.4 | Christian Poessinger | |
VRRP: T4033: VRRP script_security parameter removed | |||
2021-12-07 | VRRP: T4033: VRRP script_security parameter removed | goodNETnick | |
2021-12-06 | Revert "bfd: T3753: FRR 8.1 uses a default echo-interval of 50 - reflect ↵ | Christian Poessinger | |
this in CLI" This reverts commit 49047b88c9bac0b2e007ccce7ac7d42e82ee0a2b. > Echo mode is only available for single hop sessions | |||
2021-12-06 | bfd: T3753: FRR 8.1 uses a default echo-interval of 50 - reflect this in CLI | Christian Poessinger | |
2021-12-06 | xml: ntp: remove indent | Christian Poessinger | |
2021-12-06 | xml: vrf: use "txt" in valueHelp | Christian Poessinger | |
2021-12-06 | https: T4055: add vrf support | Christian Poessinger | |
2021-12-06 | https: pki: T3642: remove debug print() | Christian Poessinger | |
Remove superfluous print() statement added in commit 0852c588d55 ("https: pki: T3642: embed CA certificate into chain if specified"). | |||
2021-12-06 | smoketest: bfd: T4054: verify peer -> profile assignment | Christian Poessinger | |
2021-12-06 | bfd: T1183: use unified error style | Christian Poessinger | |
2021-12-06 | bfd: T4054: bugfix missing profile assignment to peer | Christian Poessinger | |
2021-12-06 | Merge pull request #1077 from sever-sever/T3829 | Christian Poessinger | |
netns: T3829: Ability to configure network namespaces | |||
2021-12-06 | smoketests: mpls: add initial basic testcase | Christian Poessinger | |
2021-12-06 | mpls: ldp: T3753: add proper indention to Jinja2 template | Christian Poessinger | |
2021-12-06 | mpls: ldp: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-12-06 | Merge pull request #1097 from sever-sever/T4052 | Christian Poessinger | |
validators: T4052: Fix for warn message in the validator script | |||
2021-12-06 | Merge pull request #1099 from sever-sever/T4046 | Christian Poessinger | |
sflow: T4046: Add source-address for sflow | |||
2021-12-06 | sflow: T4046: Add source-address for sflow | Viacheslav | |
2021-12-06 | validators: T4053: Fix exit code for script | Viacheslav | |
2021-12-06 | validators: T4052: Fix for warn message in the validator script | Viacheslav | |
Validator expects variable "script" for the Warning message But it gets undeclared "path" | |||
2021-12-05 | vrrp: T4041: bugfix sync-group transition-scripts not executed | Christian Poessinger | |
While mangling the config dict retrieved via get_config_dict() into a private representation of a configuration dictionary sync-groups were never accounted for. Instead everything always ended up in the regular vrrp transition-script section. The implementation has been changed to directly work on the content of get_config_dict() to stop any confusion and making redundant data copies obsolete. | |||
2021-12-04 | Merge pull request #1096 from DmitriyEshenko/patch-15 | Christian Poessinger | |
pppoe: T3403: Add missing space to the header | |||
2021-12-04 | pppoe: T3403: Add missing space to the header | Eshenko Dmitriy | |
2021-12-04 | smoketest: vrrp: passwords are only allowed 8 characters long | Christian Poessinger | |
(cherry picked from commit 55f6c1352fc5b2b8d051497e7fe97a4e62caf1fe) | |||
2021-12-04 | smoketest: vrrp: delete VLAN interfaces in tearDown() | Christian Poessinger | |
(cherry picked from commit 3fb6f5a966c57cb0936b35c13655f0b3f36483c4) | |||
2021-12-04 | webproxy: T563: bugfix append-domain regex | Christian Poessinger | |
(cherry picked from commit e29e5c685809d8c18b5d3560c6cbcb4edce6eb82) | |||
2021-12-04 | bgp: T4048: allow per VNI RD/RT configuration | Christian Poessinger | |
2021-12-04 | bgp: T4042: bugfix route-distinguisher value range | Christian Poessinger | |
2021-12-04 | validators: T4042: rename bgp-route-target -> bgp-rd-rt | Christian Poessinger | |
2021-12-04 | wwan: T3795: move implementation to VbashOpRun() | Christian Poessinger | |
After commit ae16a51506c ("configquery: T3402: use vyatta-op-cmd-wrapper to provide environment") we can now call VyOS op-mode commands from arbitrary Python scripts. | |||
2021-12-04 | xml: op-mode: add "show bfd" alias node to "show protocols bfd" | Christian Poessinger | |
2021-12-04 | op-mode: disk: T4045: bugfix "format disk <new> like <old>" | Christian Poessinger | |
2021-12-04 | op-mode: disk: T4045: cleanup code to use python f'ormat strings | Christian Poessinger | |
2021-12-04 | bfd: T4043: add support for passive mode | Christian Poessinger | |
Mark session as passive: a passive session will not attempt to start the connection and will wait for control packets from peer before it begins replying. This feature is useful when you have a router that acts as the central node of a star network and you want to avoid sending BFD control packets you don't need to. The default is active-mode | |||
2021-12-04 | bfd: T4044: add VRF support for peers | Christian Poessinger | |
2021-12-04 | bfd: T3310: add key_mangling option when calling get_config_dict() | Christian Poessinger | |
2021-12-04 | xml: bfd: hint default values on CLI tab complete | Christian Poessinger | |
2021-12-04 | T4035: add op mode "show interfaces geneve" commands | Daniil Baturin | |
2021-12-02 | configquery: T3402: use vyatta-op-cmd-wrapper to provide environment | John Estabrook | |
2021-12-02 | Merge pull request #1093 from dmbaturin/basename-fix | Christian Poessinger | |
T4035: correct the interface basename extraction logic to avoid confusing 'v' in GENEVE interface prefix ('gnv') with a "vXXX" part of a VRRP interface | |||
2021-12-03 | T4035: correct the interface basename extraction logic | Daniil Baturin | |
to avoid confusing 'v' in GENEVE interface prefix ('gnv') with a "vXXX" part of a VRRP interface | |||
2021-12-02 | Merge pull request #1092 from erkin/current | Christian Poessinger | |
remote: T4037: Follow HTTP redirects | |||
2021-12-02 | remote: T4037: Follow HTTP redirects | erkin | |
2021-11-29 | rpki: T3753: add missing "exit" marker after FRR upstream fix | Christian Poessinger | |