summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-28ospfv3: T3928: add VRF supportChristian Poessinger
set vrf name foo protocols ospfv3
2021-11-28smoketest: ospf: rearrange testcases - place vrf lastChristian Poessinger
2021-11-28ospf: comment cleanupChristian Poessinger
2021-11-27frr: T3753: autosave config when calling commit_configuration()Christian Poessinger
2021-11-27frr: T3753: raise ConfigurationNotValid if commit loop counter is exceededChristian Poessinger
2021-11-27Merge pull request #1089 from c-po/t3753-frr8Christian Poessinger
T3753 - CLI adjustments for FRR8.1
2021-11-27frr: alwaws try to commit connfig 5 timesChristian Poessinger
As a result to some frr-reload bugs workarounded in commit 3800ea91 or fe0038c2 this commit adds the workaround in general.
2021-11-27isis: T3753: reload config five (5) times - workaround for FRR issue #10133Christian 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-27ospfv3: T3753: reload config five (5) times - workaround for FRR issue #10132Christian 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-27isis: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27rpki: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27vrf: vni: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27static: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27ripng: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27rip: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27ospfv3: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27bgp: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27vyos.frr: T3753: use "!" as replacement character over ""Christian Poessinger
2021-11-27policy: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
Every node in running config now has an explicit "exit" tag
2021-11-27ospf: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
Every node in running config now has an explicit "exit" tag
2021-11-27bfd: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
Every node in running config now has an explicit "exit" tag.
2021-11-27frr: T3753: add default_add_before mnemonic for routing protocols to re-use codeChristian Poessinger
2021-11-27ospf: T3753: adjust to CLI options new in FRR 8.0Christian 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-27ospfv3: T3753: adjust to CLI options new in FRR 8.0Christian Poessinger
2021-11-27ospf: T3753: adjust to CLI options new in FRR 8.0Christian Poessinger
2021-11-27smoketest: isis: remove duplicated code pathChristian Poessinger
2021-11-27bfd: T3753: adjust to CLI options new in FRR 8.0Christian Poessinger
2021-11-27bfd: T3753: FRR 8 added support for bfdd when using frr-reload.pyChristian Poessinger
2021-11-27bfd: T3753: fix Jinja2 "echo-interval" indentionChristian Poessinger
2021-11-26Merge pull request #1080 from erkin/currentChristian Poessinger
remote: T3356: Rewrite remote.py
2021-11-26Merge pull request #1086 from sever-sever/T3978Christian Poessinger
containers: T3978: Fix correct variable name for network
2021-11-25containers: T3978: Fix correct variable name for networkViacheslav
2021-11-25Merge pull request #1084 from andriiandrieiev/currentDaniil Baturin
filesystem: T3946: GPT table fix after drive resize on Azure
2021-11-25filesystem: T3946: GPT table fix after disk resizeAndrii
2021-11-24Merge pull request #1078 from erkin/currentJohn Estabrook
conf-mode: NAT interface definition typo fix
2021-11-24T3356: Rewrite remote.pyerkin
2021-11-24graphql: T3993: add requests for manipulating firewall groupsJohn Estabrook
2021-11-24conf-mode: NAT interface definition typo fixerkin
2021-11-23graphql: T3993: refactor directive and mutation definitionsJohn Estabrook
2021-11-22graphql: T3993: normalize naming conventionsJohn Estabrook
2021-11-22graphql: T3993: change name of directiveJohn Estabrook
2021-11-22graphql: T3993: update README.graphqlJohn Estabrook
2021-11-21smoketest: remove superfluous ConfigSession importChristian Poessinger
2021-11-21smoketest: flow-accounting: add initial - basic - testcaseChristian Poessinger
2021-11-21Merge pull request #1072 from andriiandrieiev/currentChristian Poessinger
filesystem: T3946: root partition auto resize as a service
2021-11-21smoketest: ipsec: T4010: fix dmvpn template profile rekey_timeChristian Poessinger
Commit d75403f78aef0 ("dmvpn: T4010: Fix template ipsec profile rekey_time") fixed an issue where the old IKE life_time config option was used. This no longer exists and us named rekey_time for IKE. This commit fixes the expected smoketest result.
2021-11-21Merge pull request #1074 from sever-sever/T4010Christian Poessinger
dmvpn: T4010: Fix template ipsec profile rekey_time
2021-11-19http-api: T4003: fix output when no tty attached to stdout, e.g., apiJohn Estabrook
2021-11-19Merge pull request #1075 from srividya0208/T3998Christian Poessinger
conf-mode:T3998:bgp route-target completion incorrect description
2021-11-19conf-mode:T3998:bgp route-target completion incorrect descriptionsrividya0208
Corrected the help description for route target from "Specify route distinguisher" to "Specify route target list"