| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-28 | op-mode: T8305: Fix completion for "show isis neighbor <system-id>" command | Nataliia Solomko | |
| Problem: The completion helper for `show isis neighbor` showed `system-id` as a literal keyword suggestion, leading users to type exactly `system-id` instead of an actual neighbor name. Doing so returned `Invalid system id system-id`. In reality, FRR accepts any real system-id (e.g. vyos01) and returns correct per-neighbor details — the issue was purely in the completion hint misguiding the user. Fix: Replaced the static `system-id` placeholder in the completion helper with a dynamic script that queries `vtysh -c "show isis hostname"` and offers real neighbor names as tab-completion suggestions. | |||
| 2026-03-04 | isis: T6978: add IS-IS SRv6 node-msd configuration | Jonathan Voss | |
| Co-Authored-by: Christian Breunig <christian@breunig.cc> | |||
| 2025-06-25 | op-mode: T7560: add support for virtual tag nodes | Daniil Baturin | |
| for cases when commands need both fixed and variable arguments | |||
| 2023-10-06 | T5530: isis: Adding loop free alternate feature | Cheeze_It | |
| 2023-04-12 | xml: op-mode: T5081: introduce new FRR tagNode interface building block | Christian Breunig | |
| 2023-04-12 | xml: op-mode: T5081: re-use vtysh-generic-detail building block | Christian Breunig | |
| 2023-04-11 | T5081: ISIS and OSPF syncronization with IGP-LDP sync | Cheeze_It | |
| 2023-04-04 | T5081: ISIS and OSPF syncronization with IGP-LDP sync | Cheeze_It | |
| 2023-04-01 | isis: op-mode: T5132: bugfix VRF commands for route and neighbor | Christian Breunig | |
| show isis vrf <name> neighbor|route did not call the vtysh wrapper but instead always called the commands for the default routing table. | |||
| 2023-03-30 | T5131: fix op-mode show isis segment-routing prefix-sids | fett0 | |
| 2023-02-27 | op-mode: T4952: use list_interfaces from vyos-utils | John Estabrook | |
| 2021-05-06 | op-mode: isis: convert from DOS to UNIX line endings | Christian Poessinger | |
| 2021-03-21 | isis: T3417: ad per vrf op-mode commands | Christian Poessinger | |
