summaryrefslogtreecommitdiff
path: root/src/conf_mode/protocols_bfd.py
AgeCommit message (Expand)Author
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