On Mittwoch, 25. Januar 2017 18:47:01 CET Jonathan Haws wrote:
Enabled via -4 expert option where multicast group address is specified. This option will disable IPv6 communication and is intended for use in networks which do not support IPv6 addressing.
When this option is enabled, all IPv6 communication is disabled. Combining IPv4 and IPv6 alfred nodes is unsupported.
Hardware address handling done by submitting queries to the local ARP cache rather than forcing an ARP request.
Signed-off-by: Jonathan Haws jhaws@sdl.usu.edu
README | 4 +- alfred.h | 23 ++++++--- batadv_query.c | 50 +++++++++++------- batadv_query.h | 6 ++- client.c | 2 +- main.c | 10 +++- man/alfred.8 | 5 ++ netsock.c | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++---- recv.c | 63 ++++++++++++++++------- send.c | 48 +++++++++++------- server.c | 8 +-- unix_sock.c | 2 +- util.c | 30 +++++++++++ 13 files changed, 328 insertions(+), 81 deletions(-)
Reviewed-by: Sven Eckelmann sven@narfation.org