• Antonio Quartulli's avatar
    batman-adv: change interface_rx to get orig node · 37135173
    Antonio Quartulli authored
    In order to understand  where a broadcast packet is coming from and use
    this information to detect not yet announced clients, this patch modifies the
    interface_rx() function by passing a new argument: the orig node
    corresponding to the node that originated the received packet (if known).
    This new argument if not NULL for broadcast packets only (other packets does not
    have source field).
    Signed-off-by: default avatarAntonio Quartulli <ordex@autistici.org>
    37135173
soft-interface.c 15.5 KB