Function remove_subnet_address_and_route

Source
pub async fn remove_subnet_address_and_route<'a>(
    iface: &'a TestInterface<'a>,
    subnet: Subnet,
) -> Result<bool>
Expand description

Remove a subnet address and route, returning true if the address was removed.