batman-adv: Distributed ARP Table - implement local storage
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>
Showing
- net/batman-adv/debugfs.c 15 additions, 0 deletionsnet/batman-adv/debugfs.c
- net/batman-adv/distributed-arp-table.c 296 additions, 0 deletionsnet/batman-adv/distributed-arp-table.c
- net/batman-adv/distributed-arp-table.h 4 additions, 0 deletionsnet/batman-adv/distributed-arp-table.h
- net/batman-adv/main.c 7 additions, 0 deletionsnet/batman-adv/main.c
- net/batman-adv/main.h 1 addition, 0 deletionsnet/batman-adv/main.h
- net/batman-adv/types.h 23 additions, 0 deletionsnet/batman-adv/types.h
Loading
Please register or sign in to comment