Page MenuHomeVyOS Platform

Add arg to completion helper 'list_interfaces' to filter out vlan subinterfaces
Closed, ResolvedPublicFEATURE REQUEST

Description

Add argument --no-vlan-subinterfaces to suppress listing of subinterfaces:

jestabro@eunomia:~$ ./list_interfaces --type ethernet
eth0 eth1 eth1.10 eth1.30 eth1.40

jestabro@eunomia:~$ ./list_interfaces --type ethernet --no-vlan-subinterfaces
eth0 eth1

Details

Version
vyos-1.4
Is it a breaking change?
Perfectly compatible

Event Timeline

jestabro triaged this task as Normal priority.
jestabro created this object in space S1 VyOS Public.
jestabro moved this task from Open to Finished on the VyOS 1.4 Sagitta board.