Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CLS_U32_MARK
has multiple definitions:
net/sched/Kconfig
The configuration item CONFIG_CLS_U32_MARK:
CONFIG_NET_CLS_U32
Say Y here to be able to use netfilter marks as u32 key.
net/sched/Kconfig
The configuration item CONFIG_CLS_U32_MARK:
CONFIG_NET_CLS_U32 && CONFIG_NETFILTER
This allows you to match mark in a u32 filter. Example: tc filter add dev eth0 protocol ip parent 1:0 prio 5 u32 \ match mark 0x0090 0xffff \ match ip dst 4.4.4.4 \ flowid 1:90 You must use a new iproute2 to use this feature.
Raw data from LKDDb:
(none)
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 - C index
Automatically generated (in year 2024). See also LKDDb sources on GitLab