All of lore.kernel.org
 help / color / mirror / Atom feed
* ebtables on mac80211
@ 2012-04-11 22:34 ` Wilco Baan Hofman
  0 siblings, 0 replies; 4+ messages in thread
From: Wilco Baan Hofman @ 2012-04-11 22:34 UTC (permalink / raw)
  To: bridge; +Cc: linux-wireless

Hi,

I'm looking to implement hooks to ebtables in the mac80211 wireless
stack.

I'm trying to find the best approach for doing this.. basically what I
want to be able to have is clients being able to communicate, but not
ARP spoofing the gateway or setting up a rogue DHCP.

As it's currently implemented, there's some sort of internal bridge
functionality within the wireless stack in net/mac80211/rx.c at around
ieee802_deliver_skb(), where every ethernet packet essentially gets
routed among wireless clients.

If I understand ebtables correctly, an forward event is triggered for
every packet to every interface, right? So essentially, this should do
the same, except that for every wireless client would be a forward from
the wireless interface to the wireless interface.

What would be the best way to implement this and in what way would it be
acceptable upstream?

Best regards,

Wilco Baan Hofman


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-12 18:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 22:34 ebtables on mac80211 Wilco Baan Hofman
2012-04-11 22:34 ` [Bridge] " Wilco Baan Hofman
2012-04-12 18:45 ` Bart De Schuymer
2012-04-12 18:45   ` Bart De Schuymer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.