summaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-04-22 07:34:43 +0300
committerTobias Klauser <tklauser@distanz.ch>2016-04-22 16:05:06 +0200
commit3066b6437b0929daa841b5ed1d4a25905d0fcd4b (patch)
treedf67f39162454eca01b6de6c1ea4fbcec1e7c12d /crypto.h
parentcbce1528138339e6dc1a6f51f915641b7840d685 (diff)
flowtop: man: Add how-to activate conntrack by modprobe
Add another tip how to activate conntrack mechanism by loading required kernel modules via modprobe. This info might be used to make these modules load automatically at startup. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'crypto.h')
0 files changed, 0 insertions, 0 deletions
93ceb'>diff)
net/sched: cls_flower: Correct matching on ICMPv6 code
When matching on the ICMPv6 code ICMPV6_CODE rather than ICMPV4_CODE attributes should be used. This corrects what appears to be a typo. Sample usage: tc 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 'tools/testing/selftests/kcmp')