提交 ab9d226e 编写于 作者: D Davide Caratti 提交者: David S. Miller

net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selected

LIBCRC32C is needed to compute crc32c on SCTP packets.
Signed-off-by: NDavide Caratti <dcaratti@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 07e0e046
...@@ -707,6 +707,7 @@ config NET_ACT_SKBEDIT ...@@ -707,6 +707,7 @@ config NET_ACT_SKBEDIT
config NET_ACT_CSUM config NET_ACT_CSUM
tristate "Checksum Updating" tristate "Checksum Updating"
depends on NET_CLS_ACT && INET depends on NET_CLS_ACT && INET
select LIBCRC32C
---help--- ---help---
Say Y here to update some common checksum after some direct Say Y here to update some common checksum after some direct
packet alterations. packet alterations.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册