aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2015-09-23 21:56:47 +0200
committerDavid S. Miller <davem@davemloft.net>2015-09-23 14:29:02 -0700
commitef146fa40cc3af1dcb13688f41cc06a9c0deb01c (patch)
treeae47e40a2cd044d23f2317e0e8eee01e4e5ffe8b /kernel
parentcls_bpf: also dump TCA_BPF_FLAGS (diff)
downloadlinux-dev-ef146fa40cc3af1dcb13688f41cc06a9c0deb01c.tar.xz
linux-dev-ef146fa40cc3af1dcb13688f41cc06a9c0deb01c.zip
cls_bpf: make binding to classid optional
The binding to a particular classid was so far always mandatory for cls_bpf, but it doesn't need to be. Therefore, lift this restriction as similarly done in other classifiers. Only a couple of qdiscs make use of class from the tcf_result, others don't strictly care, so let the user choose his needs (those that read out class can handle situations where it could be NULL). An explicit check for tcf_unbind_filter() is also not needed here, as the previous r->class was 0, so the xchg() will return that and therefore a callback to the qdisc's unbind_tcf() is skipped. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions