Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-12-01 | graphql: T3993: define add/delete system image request | John Estabrook | |
2021-12-01 | http-api: T3440: simplify vyos-http-api initialization | John Estabrook | |
2021-12-01 | graphql: T3993: update README.graphql | John Estabrook | |
2021-12-01 | Merge pull request #1091 from DmitriyEshenko/sg-1x-29112021-01 | Christian Poessinger | |
openconnect: T3695: Add systemd service checker on commit | |||
2021-12-01 | openconnect: T3695: Add systemd service checker on commit | DmitriyEshenko | |
2021-11-30 | graphql: T3993: add config session show_config | John Estabrook | |
Note that one can also use the mutation Show, with path ["configuration", "json", "pretty"]; that command will obscure passwords and keys, and we may want to disallow this version. | |||
2021-11-30 | graphql: T3993: add op-mode requests | John Estabrook | |
2021-11-30 | Merge pull request #1090 from sever-sever/T3725 | John Estabrook | |
op-mode: T3725: Show configuration in JSON format | |||
2021-11-29 | op-mode: T3725: Show configuration in JSON format | Viacheslav | |
2021-11-29 | Merge pull request #1083 from scj643/current | Christian Poessinger | |
hosts: T3979: Change address to a list | |||
2021-11-29 | Merge pull request #1076 from DmitriyEshenko/current-22112021-01 | Christian Poessinger | |
tftp: T4012: Add TFTP VRF support | |||
2021-11-29 | smoketest: tftp: T4012: Add smoketest for TFTP in VRF context | DmitriyEshenko | |
2021-11-28 | op-mode: lldp: T3999: bugfix KeyError: 'capability' | Christian Poessinger | |
2021-11-28 | vrf: vni: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-28 | ospfv3: T3928: add VRF support | Christian Poessinger | |
set vrf name foo protocols ospfv3 | |||
2021-11-28 | smoketest: ospf: rearrange testcases - place vrf last | Christian Poessinger | |
2021-11-28 | ospf: comment cleanup | Christian Poessinger | |
2021-11-27 | frr: T3753: autosave config when calling commit_configuration() | Christian Poessinger | |
2021-11-27 | frr: T3753: raise ConfigurationNotValid if commit loop counter is exceeded | Christian Poessinger | |
2021-11-27 | Merge pull request #1089 from c-po/t3753-frr8 | Christian Poessinger | |
T3753 - CLI adjustments for FRR8.1 | |||
2021-11-27 | frr: alwaws try to commit connfig 5 times | Christian Poessinger | |
As a result to some frr-reload bugs workarounded in commit 3800ea91 or fe0038c2 this commit adds the workaround in general. | |||
2021-11-27 | isis: T3753: reload config five (5) times - workaround for FRR issue #10133 | Christian Poessinger | |
Re-applying the same configuration after it failed the first times makes it load. See https://github.com/FRRouting/frr/issues/10133 for more details | |||
2021-11-27 | ospfv3: T3753: reload config five (5) times - workaround for FRR issue #10132 | Christian Poessinger | |
Re-applying the same configuration after it failed the first times makes it load. See https://github.com/FRRouting/frr/issues/10132 for more details. | |||
2021-11-27 | isis: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | rpki: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |