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_rip.py
Age
Commit message (
Collapse
)
Author
2021-02-10
frr: T2638: remove dedicated per protocol debugging
Christian Poessinger
With commit 015651a8 ("T2638: Enable more debugging in the FRR library") a global debug mechanism was added by creating a file named /tmp/vyos.frr.debug. With this change we can drop the duplicated debug code from every protocol.
2021-02-07
rip: T2547: migrate interface specific options to "protocols rip"
Christian Poessinger
2021-02-06
rip: T2547: take key_mangling() for prefix-list names into account
Christian Poessinger
2021-02-06
rip: T2547: verify() existence of access-list, prefix-list and route-maps
Christian Poessinger
2021-02-06
rip: T2547: migrate to get_config_dict() and FRR reload
Christian Poessinger
2020-08-31
configd: T2582: add scripts to include list for daemon
John Estabrook
2020-08-27
rip: T2833: Fix distribute-list filter
sever-sever
2020-07-04
cleanup: no need to call sudo for configuration mode scripts
Christian Poessinger
2020-06-22
rip: T2547: rewriten implementation in Python and XML
Viacheslav Hletenko