summaryrefslogtreecommitdiff
path: root/src/completion
AgeCommit message (Collapse)Author
2025-12-19T8110: "list_interfaces --bondable" must not return VLAN subinterfacesChristian Breunig
Inspired by the regex used for "set interfaces ethernet" adjust the regex to match for interfaces acting as a bond member interface. This has been changed to also include (in addition to eth) lan, eno, ens prefixed physical interfaces.
2025-10-06T7899: virtual-ethernet interfaces support broadcastsChristian Breunig
The Linux Kernel treats virtual-ethernet interfaces like regular ethernet interfaces. As ethernet interfaces support broadcasts and we have a completion helper for broadcast interfaces, this must be extended for virtual-ethernet interfaces. vyos@vyos# ${vyos_completion_dir}/list_interfaces --broadcast eth0 eth0.10 eth0.201 eth1 eth2 eth3 veth101 veth102 veth201 veth202
2025-08-28T7758: add missing case to allow repeated option --typeJohn Estabrook
2025-08-28T7758: allow repeated option --type in list_interfacesJohn Estabrook
2025-05-13validators: T7450: use PCRE2 instead of the outdated original PCREDaniil Baturin
2024-12-17T6792: Autocomplete for "show arp interface" interfaceskhramshinr
extended filter for possible broadcast-capable interfaces
2024-05-22T6380: Move list_interfaces code to a dedicated dir for completion helpersDaniil Baturin