commit | ffd756b3174e496cf6f3c5458c434e31d2cd48b0 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Mon Jul 29 13:44:15 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 30 16:45:09 2013 -0700 |
tree | ddb9510cf8984b8611346fc3b3d7bff2ac74f3d1 | |
parent | 5ad37d5deee1ff7150a2d0602370101de158ad86 [diff] |
pktgen: Require CONFIG_INET due to use of IPv4 checksum function Unlike for IPv6, the IPv4 checksum functions are only available if CONFIG_INET is set. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>