Prev: i915_do_wait_request BUG: unable to handle kernel NULL pointer dereference at (null)
Next: [PATCH] perf-kvm.txt edits
From: Erwan Velu on 26 Apr 2010 10:50 2010/4/26 Erwan Velu <erwanaliasr1(a)gmail.com>: After some research, here come my status : > Does any one you could help me understanding what should be the good way to > 1- enabled/disabled IFF_BROADCAST for a given interface Looks like the current code isn't taking care of a possible changing of IFF_BROADCAST. I can find some code in net/core/dev.c to handle MULTICAST or PROMISC but nothing for BROADCAST. do I have to implement one ? > 2- populate this changes to the driver Looks like I need then to add a .ndo_change_rx_flags function to manage this changes. Does someone confirm this is the way to go ? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |