CC [M] net/sched/cls_u32.o net/sched/cls_u32.c: In function `u32_dump': net/sched/cls_u32.c:778: error: structure has no member named `action' net/sched/cls_u32.c:778: error: structure has no member
For now just turn on actions under qos menu. The help tells You MUST NOT turn this on if you dont have an update iproute2. So I did not turn it on. I have iproute 20041019-3 in Debian unstable. Will
Well, it is NOT supposed to break - but lets find out shall we? ;-> Thomas: I have been doing some thinking. If we are going to make u32 an exception then this code should be surrounded by #ifdef ..A
* jamal <1112012657.1089.1013.camel@xxxxxxxxxxxxxxxx> 2005-03-28 07:24 The same condition is needed for tcf_exts_dump and tcf_exts_dump_stats in u32, they're only apart to cut the TCA_OPTIONS nested
* jamal <1112014261.1089.1018.camel@xxxxxxxxxxxxxxxx> 2005-03-28 07:51 Not sure what you mean, I don't want any ifdefs or actions bits in the classifiers itself anymore. Everytime we dump the actions
But you cant completely do this for u32 tcf_exts_dump_stats. in the case of ACTION compiled in but someone using old API. The code that Meelis just mention that compiler complained about. There was n
* jamal <1112015725.1089.1045.camel@xxxxxxxxxxxxxxxx> 2005-03-28 08:15 I think we can avoid your fixes. The initial reason for having dump_stats was that the statistics were put into a TLV outside of
* jamal <1112038128.1119.5.camel@xxxxxxxxxxxxxxxx> 2005-03-28 14:28 I think what you are refering to is the TC_U32_KEY() check, right? If you look at the place where tcf_exts_dump is called you can s
* Thomas Graf <20050328195320.GE3086@xxxxxxxxxxxxxx> 2005-03-28 21:53 Before I go ahead, let's make sure I do it right this time. We do have the following TLVs that need to filled out: old policer: T
* Thomas Graf <20050328223310.GH3086@xxxxxxxxxxxxxx> 2005-03-29 00:33 Attached patches is what I meant. Untested but you should get the idea. diff -Nru a/net/sched/cls_fw.c b/net/sched/cls_fw.c -- a/
In general (from 1 mile away looks fine). One issue: a->type could be used for in the future to carry other things in addition to backward compatibility. So you cant assume it being set means only ba
* jamal <1112129516.1076.90.camel@xxxxxxxxxxxxxxxx> 2005-03-29 15:51 Not sure if I get you but maybe a mistake of mine while mapping the logic in mind into code has confused you. The code really shou
CC [M] net/sched/cls_u32.o net/sched/cls_u32.c: In function `u32_dump': net/sched/cls_u32.c:778: error: structure has no member named `action' net/sched/cls_u32.c:778: error: structure has no member
For now just turn on actions under qos menu. The help tells You MUST NOT turn this on if you dont have an update iproute2. So I did not turn it on. I have iproute 20041019-3 in Debian unstable. Will