drugforge.data.util.execution_utils.get_network_interfaces_with_dual_ip
- drugforge.data.util.execution_utils.get_network_interfaces_with_dual_ip(exclude: list[str] = []) list[str][source]
Get a list of network interfaces that have both IPv4 and IPv6 addresses.
- Parameters:
exclude (list) – List of interfaces to exclude from the list of interfaces with dual IP addresses.
- Returns:
List of interfaces with both IPv4 and IPv6 addresses.
- Return type:
list