summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/isis-common.xml.i
AgeCommit message (Collapse)Author
2026-04-28op-mode: T8305: Fix completion for "show isis neighbor <system-id>" commandNataliia 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-04isis: T6978: add IS-IS SRv6 node-msd configurationJonathan Voss
Co-Authored-by: Christian Breunig <christian@breunig.cc>
2025-06-25op-mode: T7560: add support for virtual tag nodesDaniil Baturin
for cases when commands need both fixed and variable arguments
2023-10-06T5530: isis: Adding loop free alternate featureCheeze_It
2023-04-12xml: op-mode: T5081: introduce new FRR tagNode interface building blockChristian Breunig
2023-04-12xml: op-mode: T5081: re-use vtysh-generic-detail building blockChristian Breunig
2023-04-11T5081: ISIS and OSPF syncronization with IGP-LDP syncCheeze_It
2023-04-04T5081: ISIS and OSPF syncronization with IGP-LDP syncCheeze_It
2023-04-01isis: op-mode: T5132: bugfix VRF commands for route and neighborChristian 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-sidsfett0
2023-02-27op-mode: T4952: use list_interfaces from vyos-utilsJohn Estabrook
2021-05-06op-mode: isis: convert from DOS to UNIX line endingsChristian Poessinger
2021-03-21isis: T3417: ad per vrf op-mode commandsChristian Poessinger