On Friday 15 August 2014 05:29:23 Linus Lüssing wrote:
This patchset enables the usage of the batman-adv multicast optimizations for scenarios involving bridges on top of e.g. bat0, too.
Along come two more patches adding according debugging facilities to make it possible for the user to check why the multicast optimizations might not work ideally to give hints about what they might change about their topology.
Cheers, Linus
Changes in v8 (thanks to Simon's suggestions):
- PATCH 2/3:
- print shadowing status log of an appearing and shadowing querier, too (the bridge-querier-existence call has an additional 10s delay to ensure reports had their time to arrive - the bridge-querier-port call doesn't have that)
- PATCH 3/3:
- changing debugfs output from "+" and "-" to "U/4/6" and "."
- fixing "no querier present" logic (introduced in [PATCHv7 3/3])
Looks good now! I gave it another round in my emulator setup, and couldn't find anything to complain about. ;)
Tested/Reviewed-by: Simon Wunderlich sw@simonwunderlich.de
for this series.
Thanks! Simon