summaryrefslogtreecommitdiff
path: root/src/conf_mode/protocols_bfd.py
AgeCommit message (Expand)Author
2023-08-07T5319: remove workarounds for defaults in protocols_bfd.pyJohn Estabrook
2023-08-06T5195: move helpers from vyos.validate to vyos.utils packageChristian Breunig
2022-04-14frr: T4353: fix Jinja2 linting errorsChristian Poessinger
2021-12-11bfd: T3310: bugfix on profile names using hyphensChristian Poessinger
2021-12-06bfd: T1183: use unified error styleChristian Poessinger
2021-12-06bfd: T4054: bugfix missing profile assignment to peerChristian Poessinger
2021-12-04bfd: T4044: add VRF support for peersChristian Poessinger
2021-12-04bfd: T3310: add key_mangling option when calling get_config_dict()Christian Poessinger
2021-11-27bfd: T3753: adjust to new FRR 8.1 syntaxChristian Poessinger
2021-11-27frr: T3753: add default_add_before mnemonic for routing protocols to re-use codeChristian Poessinger
2021-11-27bfd: T3753: FRR 8 added support for bfdd when using frr-reload.pyChristian Poessinger
2021-09-27frr: T2175: rename daemon Jinja2 templates to match (d)aemon suffixChristian Poessinger
2021-07-23frr: T2175: remove no longer required loop when removing routing protocolsChristian Poessinger
2021-04-15protocols: remove superfluous import of vyos.util.callChristian Poessinger
2021-02-15bfd: T3310: implement peer profile supportChristian Poessinger
2021-02-15bfd: T3310: migrate to get_config_dict() and FRR reloadChristian Poessinger
2020-11-13vyos.template: provide general is_ip(v4|v6) helpersChristian Poessinger
2020-05-29airbag: T2088: explicit enabling of the featureThomas Mangin
2020-05-17frr: combine all templates in frr directoryChristian Poessinger
2020-04-12template: T2230: use render to generate templatesThomas Mangin
2020-04-09util: T2226: os.system was wrongly converted to runThomas Mangin
2020-04-07util: T2226: fix merge conflictThomas Mangin
2020-04-06util: T2226: covert most calls from os.system to utilThomas Mangin
2020-04-05bfd: T2230: move inlined templates to dedicated filesChristian Poessinger
2020-01-09bfd: T1949: fix verification logic for IPv6 BFD peersBenjamin M. Hughes
2019-08-14[bfd] T1183: Added validations and fixing bugs in BFD:zsdc
2019-08-09[bfd] T1183: Added some new functionality and fixed bugs in BFD:zsdc
2019-06-22bfd: T1183: move "multiplier" configuration node to "interval multiplier"Christian Poessinger
2019-06-22bfd: T1183: add rx/tx interval configurationChristian Poessinger
2019-06-22bfd: T1183: multihop doesn't accept interface namesChristian Poessinger
2019-06-22bfd: T1183: add support to configure detection multiplierChristian Poessinger
2019-06-22bfd: T1183: adjust CLI syntax for source address/interfaceChristian Poessinger
2019-06-22bfd: T1183: add support for multihopChristian Poessinger
2019-06-22bfd: T1183: first working FRR bfd peer configurationChristian Poessinger
2019-06-22bfd: T1183: IPv6 peers require explicit local address/interfaceChristian Poessinger
2019-06-22bfd: T1183: initial CLI implementationChristian Poessinger