On Saturday 15 February 2014 17:47:51 Linus Lüssing wrote:
If the soft interface of a node is not part of a bridge then a node announces a new multicast TVLV: The existence of this TVLV signalizes that this node is announcing all of its multicast listeners via the translation table infrastructure.
Signed-off-by: Linus Lüssing linus.luessing@web.de
main.c | 1 + multicast.c | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++--- multicast.h | 14 +++++++ originator.c | 6 +++ packet.h | 12 ++++++ soft-interface.c | 4 ++ types.h | 13 ++++++ 7 files changed, 166 insertions(+), 5 deletions(-)
Applied in revision 77ec494.
Thanks, Marek