Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-11-27 | vrf: vni: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | static: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | ripng: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | rip: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | ospfv3: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | bgp: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | vyos.frr: T3753: use "!" as replacement character over "" | Christian Poessinger | |
2021-11-27 | policy: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
Every node in running config now has an explicit "exit" tag | |||
2021-11-27 | ospf: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
Every node in running config now has an explicit "exit" tag | |||
2021-11-27 | bfd: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
Every node in running config now has an explicit "exit" tag. | |||
2021-11-27 | frr: T3753: add default_add_before mnemonic for routing protocols to re-use code | Christian Poessinger | |
2021-11-27 | ospf: T3753: adjust to CLI options new in FRR 8.0 | Christian Poessinger | |
FRR 7.5 router ospf passive-interface default no passive-interface eth0.202 Changed int FRR 8 to interface eth0.202 no ip ospf passive ! router ospf ospf router-id 172.18.254.202 log-adjacency-changes detail passive-interface default | |||
2021-11-27 | ospfv3: T3753: adjust to CLI options new in FRR 8.0 | Christian Poessinger | |
2021-11-27 | ospf: T3753: adjust to CLI options new in FRR 8.0 | Christian Poessinger | |
2021-11-27 | smoketest: isis: remove duplicated code path | Christian Poessinger | |
2021-11-27 | bfd: T3753: adjust to CLI options new in FRR 8.0 | Christian Poessinger | |
2021-11-27 | bfd: T3753: FRR 8 added support for bfdd when using frr-reload.py | Christian Poessinger | |
2021-11-27 | bfd: T3753: fix Jinja2 "echo-interval" indention | Christian Poessinger | |
2021-11-26 | Merge pull request #1080 from erkin/current | Christian Poessinger | |
remote: T3356: Rewrite remote.py | |||
2021-11-26 | Merge pull request #1086 from sever-sever/T3978 | Christian Poessinger | |
containers: T3978: Fix correct variable name for network | |||
2021-11-25 | containers: T3978: Fix correct variable name for network | Viacheslav | |
2021-11-25 | Merge pull request #1084 from andriiandrieiev/current | Daniil Baturin | |
filesystem: T3946: GPT table fix after drive resize on Azure | |||
2021-11-25 | filesystem: T3946: GPT table fix after disk resize | Andrii | |
2021-11-24 | hosts: T3979: Change address to a list | Charles Surett | |
This fixes `hostfile-update` in the dhcp-server | |||
2021-11-24 | Merge pull request #1078 from erkin/current | John Estabrook | |
conf-mode: NAT interface definition typo fix | |||
2021-11-24 | T3356: Rewrite remote.py | erkin | |
2021-11-24 | graphql: T3993: add requests for manipulating firewall groups | John Estabrook | |
2021-11-24 | conf-mode: NAT interface definition typo fix | erkin | |