On Sonntag, 4. März 2018 21:02:18 CET Linus Lüssing wrote:
If a node signals that it wants all traffic for a specific protocol family then there is no need to announce individual multicast addresses via TT.
Signed-off-by: Linus Lüssing linus.luessing@c0d3.blue
v3:
- use "static const u8 prefix[] =" instead of "const unsigned char prefix[] =" in function body
v2:
- for consistency use "const u8 *addr" instead of "unsigned char *addr" in function header
- for consistency remove some spaces in arrays
- use more explicit "memcmp(...) == 0" instead of "!memcmp(...)"
net/batman-adv/multicast.c | 56 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 4 deletions(-)
Applied in 853834799c29 [1].
Thanks, Sven
[1] https://git.open-mesh.org/batman-adv.git/commit/853834799c29224fc3ec21fdbaf3...