bookends, classify, local: Fixes for IP multicasting.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 19 Jun 2011 18:01:34 +0000 (19:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 19 Jun 2011 18:01:34 +0000 (19:01 +0100)
commit429f4314d0d1be69f7500cf7f97671595804fdd0
tree3da0018b6cd93e320307785156b9ee24b7379140
parent1ee6211dcd0063197621004e6c7073bd801b8efe
bookends, classify, local: Fixes for IP multicasting.

  * Allow reception of multicast packets.

  * Ensure that link-local multicasts aren't forwarded.  (Though
    currently no multicasts are forwarded, this isn't necessarily always
    going to be the case).

  * Turn /off/ iptables filtering of bridged packets.  I'm currently
    taking the view that the bridges are a hack introduced because I
    can't just plug all of the guests into a physical switch.  If I need
    to do better filtering, I'll either use ebtables or do something
    more complicated later.
bookends.m4
classify.m4
local.m4