summaryrefslogtreecommitdiff
path: root/netsniff-ng/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-11-24 14:12:31 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-11-24 14:12:31 +0100
commit5cac312a213b527080b3d87278fc6762e62533fb (patch)
tree1b0269f8d312e5b7b536e371d6ecaf82c857bad5 /netsniff-ng/Makefile
parentb7ee1387d5375dee1b54fc465c60f0d487860a45 (diff)
trafgen: Preprocess packets directly after compiling
No need to duplicate the call to preprocess_packets(), just call it directly after compile_packets()/compile_packets_str(). Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'netsniff-ng/Makefile')
0 files changed, 0 insertions, 0 deletions
c qdisc add dev eth0 ingress tc filter add dev eth0 protocol ipv6 parent ffff: flower \ indev eth0 ip_proto icmpv6 type 128 code 0 action drop Without this change the code parameter above is effectively ignored. Fixes: 7b684884fbfa ("net/sched: cls_flower: Support matching on ICMP type and code") Signed-off-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/soc/codecs/tlv320aic32x4.h')