index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conf_mode
/
protocols_bfd.py
Age
Commit message (
Expand
)
Author
2024-06-03
bfd: T6440: BFD peer length typo
Hannes Tamme
2024-04-03
T6199: drop unused Python imports
Christian Breunig
2024-01-23
bfd: T5967: add minimum-ttl option
Christian Breunig
2023-08-07
T5319: remove workarounds for defaults in protocols_bfd.py
John Estabrook
2023-08-06
T5195: move helpers from vyos.validate to vyos.utils package
Christian Breunig
2022-04-14
frr: T4353: fix Jinja2 linting errors
Christian Poessinger
2021-12-11
bfd: T3310: bugfix on profile names using hyphens
Christian Poessinger
2021-12-06
bfd: T1183: use unified error style
Christian Poessinger
2021-12-06
bfd: T4054: bugfix missing profile assignment to peer
Christian Poessinger
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-11-27
bfd: T3753: adjust to new FRR 8.1 syntax
Christian Poessinger
2021-11-27
frr: T3753: add default_add_before mnemonic for routing protocols to re-use code
Christian Poessinger
2021-11-27
bfd: T3753: FRR 8 added support for bfdd when using frr-reload.py
Christian Poessinger
2021-09-27
frr: T2175: rename daemon Jinja2 templates to match (d)aemon suffix
Christian Poessinger
2021-07-23
frr: T2175: remove no longer required loop when removing routing protocols
Christian Poessinger
2021-04-15
protocols: remove superfluous import of vyos.util.call
Christian Poessinger
2021-02-15
bfd: T3310: implement peer profile support
Christian Poessinger
2021-02-15
bfd: T3310: migrate to get_config_dict() and FRR reload
Christian Poessinger
2020-11-13
vyos.template: provide general is_ip(v4|v6) helpers
Christian Poessinger
2020-05-29
airbag: T2088: explicit enabling of the feature
Thomas Mangin
2020-05-17
frr: combine all templates in frr directory
Christian Poessinger
2020-04-12
template: T2230: use render to generate templates
Thomas Mangin
2020-04-09
util: T2226: os.system was wrongly converted to run
Thomas Mangin
2020-04-07
util: T2226: fix merge conflict
Thomas Mangin
2020-04-06
util: T2226: covert most calls from os.system to util
Thomas Mangin
2020-04-05
bfd: T2230: move inlined templates to dedicated files
Christian Poessinger
2020-01-09
bfd: T1949: fix verification logic for IPv6 BFD peers
Benjamin 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-22
bfd: T1183: move "multiplier" configuration node to "interval multiplier"
Christian Poessinger
2019-06-22
bfd: T1183: add rx/tx interval configuration
Christian Poessinger
2019-06-22
bfd: T1183: multihop doesn't accept interface names
Christian Poessinger
2019-06-22
bfd: T1183: add support to configure detection multiplier
Christian Poessinger
2019-06-22
bfd: T1183: adjust CLI syntax for source address/interface
Christian Poessinger
2019-06-22
bfd: T1183: add support for multihop
Christian Poessinger
2019-06-22
bfd: T1183: first working FRR bfd peer configuration
Christian Poessinger
2019-06-22
bfd: T1183: IPv6 peers require explicit local address/interface
Christian Poessinger
2019-06-22
bfd: T1183: initial CLI implementation
Christian Poessinger