summaryrefslogtreecommitdiff
path: root/curvetun_mgmt.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-06-08 15:32:22 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-06-08 15:32:22 +0200
commitc00c007be4a00f299bde428068b4f93698256ee8 (patch)
tree0ea8949125a2dde34f7f673bdc6ce1bebb33bcd5 /curvetun_mgmt.h
parenta3057569a8a5e93a501edda3683b1627498b6e8f (diff)
build: travis: Add libnl-genl-3-dev to install command
Since commit 107456c ("netsniff-ng, nlmsg: Dissect rtnl link type messages") netsniff-ng also needs libnl-route-3.0. Install it as well when building on Travis CI. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'curvetun_mgmt.h')
0 files changed, 0 insertions, 0 deletions
hen 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 'sound/soc/au1x')