CONFIG_NET_PKT_FILTER

Enable network packet filtering

Type: bool

Help

The Network Packet Filtering facility provides the infrastructure
to construct custom rules for accepting and/or denying packet
transmission and reception.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Subsystem>/net/pkt_filter/Kconfig:7

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:39<Subsystem>/net/Kconfig:85

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Packet Filtering

config NET_PKT_FILTER
    bool "Enable network packet filtering"
    depends on NETWORKING
    help
      The Network Packet Filtering facility provides the infrastructure
      to construct custom rules for accepting and/or denying packet
      transmission and reception.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)