Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1923
b: refs/heads/master
c: e1e284a
h: refs/heads/master
i:
  1921: 3d1d517
  1919: ad4556a
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Jun 8, 2005
1 parent 6258154 commit 6d568f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4890062960cbc4d3cebdbd8261a68bc85efcf5d4
refs/heads/master: e1e284a4bd827db2288af9536664b44590e419eb
3 changes: 3 additions & 0 deletions trunk/net/sched/cls_basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ static int basic_dump(struct tcf_proto *tp, unsigned long fh,
rta = (struct rtattr *) b;
RTA_PUT(skb, TCA_OPTIONS, 0, NULL);

if (f->res.classid)
RTA_PUT(skb, TCA_BASIC_CLASSID, sizeof(u32), &f->res.classid);

if (tcf_exts_dump(skb, &f->exts, &basic_ext_map) < 0 ||
tcf_em_tree_dump(skb, &f->ematches, TCA_BASIC_EMATCHES) < 0)
goto rtattr_failure;
Expand Down

0 comments on commit 6d568f8

Please sign in to comment.