Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-03 | T6199: drop unused Python imports | Christian Breunig | |
found using "git ls-files *.py | xargs pylint | grep W0611" (cherry picked from commit 274b2da242acd1f1f64ff1dee471e34295137c5f) | |||
2023-07-16 | T5195: fix remaining references to decommissioned vyos.util | Christian Breunig | |
2022-01-13 | vrrp: T4182: Check if VRRP configured in op mode | Viacheslav | |
There is a situation when service keepalived is active but there a no any "vrrp" configuration. In that case "show vrrp" hangs up because it expect data from keepalived daemon which can't get Check if "vrrp" exists in configuration and only then check if pid is active | |||
2020-06-25 | T2487: add an exception for the case when VRRP stats aren't available. | Daniil Baturin | |
2020-04-21 | vrrp: T2331: fix show vrrp | Thomas Mangin | |
2020-04-14 | vrrp: T2223: move VRRP within ifconfig | Thomas Mangin | |
Tidied up the code and moved it under VRRP in view to use with show-interface (which has VRRP filtering) No change in functionality | |||
2020-04-02 | VRRP: T2193: Added disabled VRRP instances to `show vrrp` | zsdc | |
Disabled VRRP instances will be listed in a `show vrrp` command at the end of the list with the DISABLED status | |||
2020-01-14 | vrrp: T1884: Keep transition-script native behaviour and implement ↵ | DmitriyEshenko | |
transaction-script 'stop' | |||
2018-08-10 | T666, T616: exit from op mode script if VRRP information is not available. | Daniil Baturin | |
2018-07-27 | T666, T616: new implementation of the VRRP CLI. | Daniil Baturin | |