OSDN Git Service

pktgen: Add missing !flag parameters
authorDmitry Safonov <dima@arista.com>
Thu, 18 Jan 2018 18:31:34 +0000 (18:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jan 2018 20:03:36 +0000 (15:03 -0500)
commit57a5749b0fa3639a228d7c0ac080ee1704abe8fd
treed95146a3aa8cce05fb91fc05f32fb651ab40c224
parentd2ee7973c37667425e37dfcf0da3b9f546abfe66
pktgen: Add missing !flag parameters

o FLOW_SEQ now can be disabled with pgset "flag !FLOW_SEQ"
o FLOW_SEQ and FLOW_RND are antonyms, as it's shown by pktgen_if_show()
o IPSEC now may be disabled

Note, that IPV6 is enabled with dst6/src6 parameters, not with
a flag parameter.

Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/pktgen.c