aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-08-23 23:42:11 -0400
committerDavid S. Miller <davem@davemloft.net>2010-08-23 23:42:11 -0400
commit7abac686026ec1af38f6e766369dbfe4007949b6 (patch)
treea29f7c29a4dce09ba5a515020cefdb444a51877e /net/sched
parentccea790ef033cc890ca4b416a783e9f9dffe556e (diff)
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>
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 522d5a9a2825..a36270a994d7 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -520,7 +520,7 @@ config NET_ACT_SKBEDIT
520 520
521config NET_ACT_CSUM 521config NET_ACT_CSUM
522 tristate "Checksum Updating" 522 tristate "Checksum Updating"
523 depends on NET_CLS_ACT 523 depends on NET_CLS_ACT && INET
524 ---help--- 524 ---help---
525 Say Y here to update some common checksum after some direct 525 Say Y here to update some common checksum after some direct
526 packet alterations. 526 packet alterations.