diff options
author | David S. Miller <davem@davemloft.net> | 2010-08-23 23:42:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-23 23:42:11 -0400 |
commit | 7abac686026ec1af38f6e766369dbfe4007949b6 (patch) | |
tree | a29f7c29a4dce09ba5a515020cefdb444a51877e /net/sched | |
parent | ccea790ef033cc890ca4b416a783e9f9dffe556e (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/Kconfig | 2 |
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 | ||
521 | config NET_ACT_CSUM | 521 | config 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. |