Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - N index
The Linux kernel configuration item CONFIG_NET_ACT_SIMP
has multiple definitions:
net/sched/Kconfig
The configuration item CONFIG_NET_ACT_SIMP:
CONFIG_NET_CLS_ACT
act_simple
, simple
Say Y here to add a simple action for demonstration purposes. It is meant as an example and for debugging purposes. It will print a configured policy string followed by the packet count to the console for every packet that passes by.
If unsure, say N.
To compile this code as a module, choose M here: the module will be called act_simple.
net/sched/Kconfig
The configuration item CONFIG_NET_ACT_SIMP:
CONFIG_NET_CLS_ACT
act_simple
, simple
You must have new iproute2 to use this feature. This adds a very simple action for demonstration purposes The idea is to give action authors a basic example to look at. All this action will do is print on the console the configured policy string followed by _ then packet count.
Raw data from LKDDb:
lkddb module act_simple CONFIG_NET_ACT_SIMP : net/sched/Kconfig : "Simple Example (Debug)" # in 2.6.16–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12
lkddb module simple CONFIG_NET_ACT_SIMP : net/sched/Kconfig : "Simple Example (Debug)" # in 2.6.12–2.6.15
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - N index
Automatically generated (in year 2024). See also LKDDb sources on GitLab