Skip to content

Commit

Permalink
pkt_sched: Make act_csum depend upon INET.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Aug 24, 2010
1 parent ccea790 commit 7abac68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sched/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ config NET_ACT_SKBEDIT

config NET_ACT_CSUM
tristate "Checksum Updating"
depends on NET_CLS_ACT
depends on NET_CLS_ACT && INET
---help---
Say Y here to update some common checksum after some direct
packet alterations.
Expand Down

0 comments on commit 7abac68

Please sign in to comment.