Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7abac686 authored by David S. Miller's avatar David S. Miller
Browse files

pkt_sched: Make act_csum depend upon INET.



It uses ip_send_check() and stuff like that.

Reported-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ccea790e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.