summaryrefslogtreecommitdiff
path: root/dissector_sll.h
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2015-06-29 12:25:14 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2015-06-29 12:25:14 +0200
commit8c75168ed5005f70955dd4ade93dec6abf481852 (patch)
treebbe71dab4d145a3c5db3def7cbc3697ec153d923 /dissector_sll.h
parentc7d92d93ff8d942db93680655275ec1c60754b98 (diff)
docs: add reference to Travis CI
Add a doc where a link to Travis CI can be found. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'dissector_sll.h')
0 files changed, 0 insertions, 0 deletions
he 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 'net/rds/connection.c')