Skip to content

Commit

Permalink
fix(brctl): use available interfaces instead of configured
Browse files Browse the repository at this point in the history
When adding a network interface to a bridge we most probably want to
use one that hasn't been configured yet.
  • Loading branch information
steelman committed Nov 29, 2024
1 parent 2a8ea8d commit b5a7cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/brctl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _comp_cmd_brctl()
3)
case $command in
addif | delif)
_comp_compgen_configured_interfaces
_comp_compgen_available_interfaces
;;
stp)
_comp_compgen -- -W 'on off'
Expand Down

0 comments on commit b5a7cd8

Please sign in to comment.