Fix reading addresses for iface.
Use proper iface name when create/destroy bridges.
This commit is contained in:
parent
897364ab3a
commit
b3ad81575b
@ -521,7 +521,7 @@ on_message()
|
||||
avail_masks) list_mask ;;
|
||||
avail_configurations) list_configuration ;;
|
||||
avail_controlled) list_controlled "$in_bridge";;
|
||||
avail_iface_address) list_iface_addresses "$in_name";;
|
||||
avail_iface_address) list_iface_addresses "$(name_with_bridge "$in_name")";;
|
||||
*) list_eth_cached|write_enum;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user