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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/pkt_filter/Kconfig:7
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:39
→ subsys/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.)