The latest development version of this page may be more current than this released 3.0.0 version.

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 subsys/net/pkt_filter/Kconfig:7

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/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.)