* CONFIG_NET_CLS_ACT massive debug output
@ 2004-08-28 22:49 Thomas P.
0 siblings, 0 replies; only message in thread
From: Thomas P. @ 2004-08-28 22:49 UTC (permalink / raw)
To: netdev; +Cc: hadi
hi,
i'm getting a lot of the following messages:
Aug 28 23:31:32 knecht kernel: ing_filter: fixed ppp0 out ppp0
Aug 28 23:32:02 knecht last message repeated 4 times
Aug 28 23:32:32 knecht last message repeated 78 times
Now i found the following:
+ if (NULL == skb->input_dev) {
+ skb->input_dev = skb->dev;
+ printk("ing_filter: fixed %s out %s\n",skb->input_dev->name,skb->dev->name);
+ }
and i guess i could just comment it out, but the message is probably there
for a reason. So is there anything wrong? The rule that causes this is:
tc qdisc add dev ppp0 handle ffff: ingress
tc filter add dev ppp0 parent ffff: protocol ip prio 50 u32 match ip src \
0.0.0.0/0 police rate 1416kbit burst 10k drop flowid :1
Thanks for your help!
Thomas
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-28 22:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-28 22:49 CONFIG_NET_CLS_ACT massive debug output Thomas P.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).