On Monday, October 01, 2012 15:57:38 Antonio Quartulli wrote:
Since batman-adv cannot inter-operate with the host ARP table, this patch introduces a batman-adv private storage for ARP entries exchanged within DAT. This storage will represent the node local cache in the DAT protocol.
Signed-off-by: Antonio Quartulli ordex@autistici.org
compat.c | 8 ++ compat.h | 1 + debugfs.c | 20 ++++ distributed-arp-table.c | 296 ++++++++++++++++++++++++++++++++++++++++++++++++ distributed-arp-table.h | 4 + main.c | 7 ++ main.h | 1 + types.h | 22 ++++ 8 files changed, 359 insertions(+)
Applied in revision f6badf9.
Thanks, Marek