mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
pkt_sched: Make act_csum depend upon INET.
It uses ip_send_check() and stuff like that. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ccea790ef0
commit
7abac68602
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ config NET_ACT_SKBEDIT
|
||||||
|
|
||||||
config NET_ACT_CSUM
|
config NET_ACT_CSUM
|
||||||
tristate "Checksum Updating"
|
tristate "Checksum Updating"
|
||||||
depends on NET_CLS_ACT
|
depends on NET_CLS_ACT && INET
|
||||||
---help---
|
---help---
|
||||||
Say Y here to update some common checksum after some direct
|
Say Y here to update some common checksum after some direct
|
||||||
packet alterations.
|
packet alterations.
|
||||||
|
|
Loading…
Add table
Reference in a new issue