:orphan: .. title:: CONFIG_NET_IP_ADDR_CHECK .. kconfig:: CONFIG_NET_IP_ADDR_CHECK CONFIG_NET_IP_ADDR_CHECK ######################## *Check IP address validity before sending IP packet* Type: ``bool`` Help ==== .. code-block:: none Check that either the source or destination address is correct before sending either IPv4 or IPv6 network packet. Direct dependencies =================== !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/net/ip/Kconfig:273`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig config NET_IP_ADDR_CHECK bool "Check IP address validity before sending IP packet" default y depends on !NET_RAW_MODE && NETWORKING help Check that either the source or destination address is correct before sending either IPv4 or IPv6 network packet. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*