On Saturday 26 October 2013 21:16:59 Linus Lüssing wrote:
With this patch a node which has no bridge interface on top of its soft interface announces its local multicast listeners via the translation table.
Signed-off-by: Linus Lüssing linus.luessing@web.de
Makefile | 2 + Makefile.kbuild | 1 + compat.h | 41 ++++++++ gen-compat-autoconf.sh | 1 + main.c | 6 ++ main.h | 1 + multicast.c | 243 ++++++++++++++++++++++++++++++++++++++++++++++++ multicast.h | 43 +++++++++ translation-table.c | 22 ++++- types.h | 23 +++++ 10 files changed, 379 insertions(+), 4 deletions(-) create mode 100644 multicast.c create mode 100644 multicast.h
Applied in revision a3f5813.
Thanks, Marek