http://bugzilla.novell.com/show_bug.cgi?id=547537 User mt@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=547537#c10 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mt@novell.com --- Comment #10 from Marius Tomaschewski <mt@novell.com> 2009-11-04 05:04:19 MST --- BTW: The message seems to be from [linux-2.6.31.5-0.1] net/bridge/br_fdb.c: void br_fdb_update(struct net_bridge *br, struct net_bridge_port *source, const unsigned char *addr) [...] fdb = fdb_find(head, addr); if (likely(fdb)) { /* attempt to update an entry for a local interface */ if (unlikely(fdb->is_local)) { if (net_ratelimit()) printk(KERN_WARNING "%s: received packet with " "own address as source address\n", source->dev->name); } else { /* fastpath: update of existing entry */ fdb->dst = source; fdb->ageing_timer = jiffies; } -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.