pub fn del_ip_addr<NonSyncCtx: NonSyncContext>(
    sync_ctx: &SyncCtx<NonSyncCtx>,
    ctx: &mut NonSyncCtx,
    device: &DeviceId<NonSyncCtx>,
    addr: SpecifiedAddr<IpAddr>
) -> Result<(), NotFoundError>
Expand description

Delete an IP address on a device.