Skip to content

Commit

Permalink
net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selected
Browse files Browse the repository at this point in the history
LIBCRC32C is needed to compute crc32c on SCTP packets.

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Davide Caratti authored and David S. Miller committed Jan 9, 2017
1 parent 07e0e04 commit ab9d226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/sched/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ config NET_ACT_SKBEDIT
config NET_ACT_CSUM
tristate "Checksum Updating"
depends on NET_CLS_ACT && INET
select LIBCRC32C
---help---
Say Y here to update some common checksum after some direct
packet alterations.
Expand Down

0 comments on commit ab9d226

Please sign in to comment.