Project

General

Profile

Batman-adv 2019.1 released

Added by Sven Eckelmann about 5 years ago

Mar 28th, 2019. Today the B.A.T.M.A.N. team publishes the March 2019 update to batman-adv, batctl and alfred! The distributed hash table now parses DHCP packets to speed up the learning process of new IPv4 addresses. This should reduce the number of required ARP packets when a client just received a new IP address and then wants to start to transfer data via this router. Also batman-adv and batctl were modified to exchange configuration settings via generic netlink instead of sysfs. As usual, this release also contains various bugfixes and code cleanups.

As the kernel module always depends on the Linux kernel it is compiled against, it does not make sense to provide binaries on our website. As usual, you will find the signed tarballs in our download section:

https://downloads.open-mesh.org/batman/releases/batman-adv-2019.1/

Thanks

Thanks to all people sending in patches:

and to all those that supported us with good advice or rigorous testing:

batman-adv

  • support latest kernels (3.16 - 5.1)
  • coding style cleanups and refactoring
  • implement meshif, hardif and vlan interface via netlink
  • snoop DHCP ACKs to improve DAT cache efficiency
  • bugs squashed:
    • avoid potential reference counter underflows and use-after free errors for several objects
    • fix GCC warning when B.A.T.M.A.N. V is build in but cfg80211 is not available
    • reject too small VLAN packets before they are processed further

batctl

  • coding style cleanups and refactoring
  • introduce support for batadv meshif, hardif and vlan configuration via netlink
  • replace multicast_mode with multicast_forceflood settings subcommand
  • add hop_penalty setting subcommand

alfred

  • synchronization of batman-adv netlink header

Happy routing,

The B.A.T.M.A.N. team


Comments