Function otNat64ClearIp4Cidr

Source
pub unsafe extern "C" fn otNat64ClearIp4Cidr(
    aInstance: *mut otInstance,
)
Expand description

Clears the CIDR used when setting the source address of the outgoing translated IPv4 packets.

Is available only when OPENTHREAD_CONFIG_NAT64_TRANSLATOR_ENABLE is enabled.

@note This function can be called at any time, but the NAT64 translator will be reset and all existing sessions will be expired when clearing the configured CIDR.

@param[in] aInstance A pointer to an OpenThread instance.

@sa otNat64SetIp4Cidr