| Age | Commit message (Collapse) | Author |
|
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.
|
|
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
|
|
|
|
|
|
|
|
extended filter for possible broadcast-capable interfaces
|
|
|