Skip to content

Commit

Permalink
pktgen: Require CONFIG_INET due to use of IPv4 checksum function
Browse files Browse the repository at this point in the history
Unlike for IPv6, the IPv4 checksum functions are only available
if CONFIG_INET is set.

Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Thomas Graf <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
tgraf authored and davem330 committed Jul 30, 2013
1 parent 5ad37d5 commit ffd756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ menu "Network testing"

config NET_PKTGEN
tristate "Packet Generator (USE WITH CAUTION)"
depends on PROC_FS
depends on INET && PROC_FS
---help---
This module will inject preconfigured packets, at a configurable
rate, out of a given interface. It is used for network interface
Expand Down

0 comments on commit ffd756b

Please sign in to comment.