Project

General

Profile

News

Batman-adv 2017.0 released

Added by Sven Eckelmann about 7 years ago

Feb 28th, 2017. Today the B.A.T.M.A.N. team publishes the February 2017 update to batman-adv, batctl and alfred! This release reduces the number of cases in which batctl depends on running with full root user privileges. Bridge loop avoidance addresses are removed from the translation table to lower its memory usage. The batman-adv compatibility code was optimized to better work with old kernel versions and to build B.A.T.M.A.N. V (without wifi throughput detection) on pre-3.16 kernels. alfred gained an experimental mode to support data synchronization over IPv4 instead of IPv6. Also several bugfixes and code cleanups are included in this version.

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-2017.0/

as well as prepackaged binaries in your distribution.

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.2 - 4.11)
  • remove bridge loop avoidance addresses from translation table
  • allow to build B.A.T.M.A.N. V without cfg80211 integration on Linux < 3.16
  • coding style cleanups and refactoring
  • bugs squashed:
  • fix interface reference counter on fragmentation errors
    • avoid double free on fragment merge error
    • fix support for up to 16 fragments
    • fix build of multicast compatibility code on some architectures

batctl

  • remove root check for read-only sysfs and rtnl functionality
  • coding style cleanups
  • bugs squashed:
    • fix check for root privileges when started under modified effective uid

alfred

  • support IPv4 multicast distribution
  • coding style cleanups

Happy routing,

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

Batman-adv 2016.5 released

Added by Sven Eckelmann over 7 years ago

Dec 15th, 2016. Today the B.A.T.M.A.N. team publishes the December 2016 update to batman-adv, batctl and alfred! This release improves the support of systems without debugfs and starts to replace the use of the sysfs files for interface manipulation with rtnetlink. batman-adv can automatically detect some setups which don't require (re)broadcasts on specific interfaces. The support of the multicast optimization under B.A.T.M.A.N. V was improved and the throughput detection now works for VLANs on top of WiFi interfaces. Also several bugfixes, code cleanups and code documentation updates are included in this version.

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-2016.5/

as well as prepackaged binaries in your distribution.

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.2 - 4.10)
  • change installation path back to $INSTALL_MOD_DIR/updates/net/batman-adv
  • add simple (re)broadcast avoidance
  • reduce multicast TT and TVLV update delays under B.A.T.M.A.N. V
  • support B.A.T.M.A.N. V throughput detection when using VLANs on top of WiFi
  • improve documentation of sysfs and debugfs files
  • coding style cleanups and refactoring
  • bugs squashed:
    • detect missing primaryif during tp_send as error
    • fix re-adding of previously removed interfaces via rtnetlink
    • fix rare race conditions on interface removal
    • handle allocation error when generating TT responses

batctl

  • reimplement traceroute/ping commands in userspace without debugfs
  • switch interface manipulation from (legacy) sysfs to rtnetlink
  • coding style cleanups

alfred

  • support interface validity checks on systems without debugfs
  • remove debugfs check during batadv-vis startup
  • allow out-of-order txend packets during transmissions

Happy routing,

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

Batman-adv 2016.4 released

Added by Sven Eckelmann over 7 years ago

Oct 27th, 2016. Today the B.A.T.M.A.N. team publishes the October 2016 update to batman-adv, batctl and alfred! This release enhanced the netlink support and now can replace most of the data currently available via debugfs. batman-adv can therefore be used in multiple network namespaces without collision in debugfs. The size of the translation table was optimized and the gateway selection algorithm for B.A.T.M.A.N. V was integrated. Also several bugfixes, code cleanups and code documentation updates are included in this version.

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-2016.4/

as well as prepackaged binaries in your distribution.

Thanks

Thanks to all people sending in patches:

batman-adv

  • support latest kernels (3.2 - 4.9)
  • add GW selection algorithm for B.A.T.M.A.N. V
  • add support for querying most tables/lists via netlink
  • adjusted device modifications for easier handling via rtnl (ip-link)
  • turned off (bad) debugfs support in network namespaces
  • add improved compat-patches support (note the new build directory)
  • reduced translation table memory consumption
  • coding style cleanups and refactoring
  • bugs squashed:
    • avoid locking problems when modifying interfaces
    • fix sysfs errors on fast device deletion/creation events
    • add missing memory barriers for neighbor list modifications
    • fix tpmeter debug log output

batctl

  • integrate support for batman-adv netlink
  • coding style cleanups
  • documentation updates
  • bugs squashed:
    • fix endless loop in TP meter on some platforms
    • fix build errors caused by name conflicts

alfred

  • add expert option to specify sync interval
  • fix various bugs in batadv-vis netlink integration
  • fix build build problems with libnl-tiny

Happy routing,

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

Batman-adv 2016.3 released

Added by Sven Eckelmann over 7 years ago

Sep 1st, 2016. Today the B.A.T.M.A.N. team publishes the September 2016 update to batman-adv, batctl and alfred! This release contains the multicast optimization support for bridged setups and frame priority support for fragmented packets. The initial set of patches to implement netlink support for batman-adv were integrated. As the first step, it is used to interact with the new kernel throughput benchmark code. Future releases will utilize netlink to replace the current debugfs tables in a more memory efficient way. Also several bugfixes, code cleanups and code documentation updates are included in this version.

As from this release, we will report the summaries from our Changelog for each component instead of a full text.

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-2016.3/

as well as prepackaged binaries in your distribution.

Thanks

Thanks to all people sending in patches:

batman-adv

  • support latest kernels (3.2 - 4.8)
  • multicast optimization support for bridged setups
  • initial, limited support for batman-adv netlink family
  • throughput meter implementation
  • support for frame priority in fragment packets
  • kernel doc updates and coding style cleanups
  • bugs squashed:
    • fix (re-)initialization of ELP tweaking options
    • fix elp packet data reservation
    • fix nullptr dereference after using vlan_insert_tag
    • fix various reference counting bugs in bonding, bla, tt and originator code
    • fix speedy join in gateway client mode

batctl

  • synchronize common headers with batman-adv
  • support multicast logging and debug table
  • split tcpdump OGM packet filter in OGM and OGMv2 filter
  • add infrastructure to communicate with batadv netlink family
  • integrate command to control new kernel throughput meter

alfred

  • integrate support for batman-adv netlink

Happy routing,

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

Batman-adv 2016.2 released

Added by Sven Eckelmann almost 8 years ago

June 09th, 2016. Today the B.A.T.M.A.N. team publishes the June 2016 update to batman-adv, batctl and alfred! This release contains the initial patches to get network namespace support for batman-adv. Also several bugfixes, code cleanups and code documentation updates are included in this version. 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-2016.2/

as well as prepackaged binaries in your distribution.

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.2 - 4.7)
  • initial, limited support for network namespaces
  • kernel doc updates and coding style cleanups
  • cleanup of legacy kernel compat code
  • support for detection and reporting of complex bridge loops
  • bugs squashed:
    • fix some TT issues: double free for full table request structs (created problems on multi-core systems) and a double put of VLAN objects
    • fix various B.A.T.M.A.N. V issues: fix mac address after address change, ELP orig address on secondary interfaces, null pointer dereference in metric comparison, refcount issues, ...
    • fix skb deref after transmission
    • avoid duplicate neigh_node additions
    • replace WARN with rate limited output on non-existing VLAN
    • fix ICMP RR ethernet header access after skb_linearize
    • fix memleak of untagged vlan when removing interface via rtnl-link
    • fix build against Debian Stretch kernels

batctl

batctl's tcpdump component was enriched with an OGM2 and ELP parser to be able to print relevant B.A.T.M.A.N. V information. Also the new "loopdetect" type of bridge loop avoidance ARP packets is now recognized by the tcpdump component.

alfred

alfred now automatically mounts the debugfs before it reduces its capabilities. This avoids problems when it has to query the state of batman-adv via debugfs.

Happy routing,

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

Batman-adv 2016.1 released

Added by Sven Eckelmann almost 8 years ago

April 21th, 2016. Today the B.A.T.M.A.N. team publishes the April 2016 update to batman-adv, batctl and alfred! This release contains the initial support of the B.A.T.M.A.N. V routing algorithm. Also several bugfixes, code cleanups and code documentation updates are included in this version. 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-2016.1/

as well as prepackaged binaries in your distribution.

Thanks

Thanks to all people sending in patches:

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

batman-adv

This release marks the beginning of the public testing phase of the B.A.T.M.A.N. V routing algorithm - the newest evolution in the B.A.T.M.A.N. routing protocol family. Despite its recent nature, B.A.T.M.A.N. V has a vivid history: Back in 2010, initial ideas how to improve B.A.T.M.A.N. IV started flying back and forth. By 2012 the concept had matured enough, to warrant the first prototypes to be developed and tested. And yet, this ambitious project should last another 4 years with major contributions from key developers (including 2 GSoC projects) till we deemed it ready for a wider audience. A major refactoring effort was necessary as the B.A.T.M.A.N. IV algorithm was intertwined with the entire code base and not cleanly separated. The design goal was to have an inner-module API allowing to swap the entire routing algorithm to an alternative while preserving all features like translation table, distributed ARP table, bridge loop avoidance, gateway selection, etc. The invested effort was well worth it: The batman-adv kernel module is now able to run multiple independent mesh networks in parallel on the same host. When a mesh (batX) interface is created, batman-adv can be configured to use the desired mesh protocol (B.A.T.M.A.N. IV or B.A.T.M.A.N. V).

The key differences between B.A.T.M.A.N. IV and B.A.T.M.A.N. V are found in the message types and the metric. B.A.T.M.A.N. V relies on the Echo Location Protocol (ELP) for neighbor discovery. This packet type is never forwarded or rebroadcasted in the mesh. The Originator Messages version 2 (OGMv2) protocol remains responsible for flooding the mesh with link quality information and determining the overall path transmit qualities. The metric transported within the OGMv2 packets is throughput based. In most cases the throughput can be determined automatically, manual overrides are available too. The path throughput between node A and node B is computed as the minimum between the throughput value of all given links on the path between node A and node B (other factors are also included in the computation - for further details please check our OGMv2 wikipage).

As B.A.T.M.A.N. V is not considered 'stable', it needs to be manually enabled to be compiled into the kernel module. Deployment of B.A.T.M.A.N. V in production environments is not recommended. Test feedback is more than welcome!

Under the hood things changed too: The batman-adv reference counting implementation (based on atomic_t) was converted to the in-kernel kref based reference counting. The batman-adv module checks in different situations if a new device is already on top of a different batman-adv device. The check did not handle veth devices properly which are actually a pair of two devices linked to each other, thus froze the system. This has been fixed. A crash has been addressed which is caused due to accessing the encapsulated ethernet and VLAN header without checking whether these are part of the same skb buffer. The shutdown of an batman-adv interface can happen with one of its hardif/lower interfaces still being in the BATADV_IF_TO_BE_ACTIVATED state. A change has been introduced to set the interface state to BATADV_IF_INACTIVE, otherwise the batman-adv interface will never reduce its usage counter and thus never gets shutdown. The code also benefited from the usual set of code beautifications and checkpatch cleanups.

batctl

batctl imported some minor updates from the kernel header files. These include only the packet structure definitions of the B.A.T.M.A.N. V packet types.

alfred

alfred gained support on primary servers to receive push_data packets from unix socket clients with foreign source addresses. The old/default mechanism of alfred to write its own MAC address is still supported, by setting the source MAC address to 00:00:00:00:00:00, as previous clients did. Note that this feature is not supported on secondary servers. Also various code cleanups have been performed, and a invalid EUI64 addresses are ignored now.

Happy routing,

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

The B.A.T.M.A.N. project endorses the Battle of the Mesh v9

Added by Simon Wunderlich about 8 years ago

The Wireless Battle of the Mesh is an event that aims to bring together people from across the globe to test the performance of different routing protocols for ad-hoc networks, like Babel, B.A.T.M.A.N., BMX, OLSR, and 802.11s.

Many developers and community networkers will join the event to hack, test, discuss, explain and learn.

If you are interested in dynamic routing protocols or wireless community networks you can't miss this event!

The battlemesh is free of charge and open for all, every year we strive to keep participation costs low by negotiating deals for accommodation and food.

This year the event will take place from Sunday 1st to Saturday 7th of May 2015 in Porto, Portugal.

The B.A.T.M.A.N. project endorses and supports the Battle of the Mesh v9 because of the efforts made by its community to advance the field of wireless mesh networking and foster the development of grassroots community networks.

The B.A.T.M.A.N. project will support the event by:

  • help to promote the event
  • numerous members of the B.A.T.M.A.N. community have already confirmed their attendance
  • help organizing the event
  • help setting up the testbed for protocol testing
  • will organize workshops to discuss integration and new features with other communities
  • test our new algorithm B.A.T.M.A.N. V

Many other communities endorse and support the Wireless Battle of The Mesh v9, an up to date list of the endorsers of the Battlemesh v9 can be found at the main Battlemesh website.

If you are interested in coming join the event's Mailing List to stay up to date with the latest news.

Batman-adv 2016.0 released

Added by Marek Lindner about 8 years ago

January 19th, 2016. Today the B.A.T.M.A.N. team publishes its first release in 2016! This release contains mostly bugfixes, code cleanups and code documentation updates, providing a safe and pleasant update for everyone. 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-2016.0/

as well as prepackaged binaries in your distribution.

Thanks

Thanks to all people sending in patches:

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

batman-adv

A long standing feature request has been addressed by implementing a list of unique single hop neighbors per hard-interface. As this neighbor list is maintained by each routing protocol independently, the necessary protocol abstractions have been put in place. The neighbor list is made available to user space via debugfs. This release also comes with a massive code documentation (kernel doc) update concerning literally every component. Missing symbols were added, obsolete descriptions removed, names and code pointers updated and the style unified. The batman-adv kernel module also gained the ability to react to interface type changes allowing batman-adv to detect when an interface transitions from a supported type to non-supported and vice-versa.

Batman-adv's mutual exclusion mechanism 'read-copy-update' (rcu) to access data structures shared among various threads was re-organized to avoid recursive code paths of rcu delayed memory frees that could bypass safeguards meant to prevent freed memory access. Especially on multi-core systems these recursive rcu calls might have led to random kernel crashes.
The bridge loop avoidance' wait time for broadcast suppression has been increased to 60 seconds, in order to grant the loop avoidance mechanism sufficient time to detect all backbone neighbors even on networks with lossy links. Additionally, batman-adv will clear all internal states and purge data-structures immediately upon bridge loop avoidance deactivation to ensure a clean state, in case the system toggles the bridge loop avoidance activation/deactivation within a few seconds.
Following an interface shut down, batman-adv re-organizes its internal routing structures and - in the process - might copy data to new structures. In that process wrong data can be copied to the new location due to a bogus memory address calculation. This has been fixed.

The regular set of checkpatch cleanups & code refactoring complement this release.

batctl

To conveniently retrieve the single hop neighbor table, support to fetch said table from the kernel module was added. Furthermore, typographical errors in the code comments were fixed as well as a bogus length check upon debugfs path assembly.

alfred

Typographical errors in the manpage were fixed as well as a bogus length check upon debugfs path assembly.

Happy routing,

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

B.A.T.M.A.N. V leaves the nest

Added by Marek Lindner over 8 years ago

For those following the mailing list and other events around the B.A.T.M.A.N.
team the term 'B.A.T.M.A.N. V' probably sounds all too familiar. It has been
more than 5 years since the first ideas for improving the routing protocol
were exchanged. In the following years we had several GSoC projects dedicated
to pull this topic forward, countless hack & brainstorming sessions (including
sleepless nights at each battlemesh). Turns out, replacing a mature protocol
like B.A.T.M.A.N. IV takes more effort than you might think.

Another hurdle we kept running into was the missing separation between routing
logic and feature code preventing any developer and/or tester to quickly
switch from one protocol to the other. Now we have finally completed hiding
all routing logic behind an internal API allowing to change the routing
protocol while still benefiting from all the layer2 features.

With this mail the B.A.T.M.A.N. team announces the availability of the latest
protocol revision: B.A.T.M.A.N. V. Major features are its throughput based
path metric and packet type separation. For a high level overview about the
differences to B.A.T.M.A.N. IV feel invited to continue reading[1]. Technical
protocol specs also are available [2][3].

The code has already undergone stability and performance testing[4], thus is
considered ready for a wider audience testing. In the coming weeks said
patches will be included in the main source tree and sent upstream to the
kernel maintainers. Comments and feedback are welcome!

Next steps involve finishing the throughput meter[5] to enrich B.A.T.M.A.N. V
with an automatic link throughput detection when other mechanisms fail.

Happy routing,

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

Batman-adv 2015.2 released

Added by Marek Lindner over 8 years ago

the B.A.T.M.A.N. team is excited to announce the release of batman-adv 2015.2, the December 2015 update to batman-adv, batctl and alfred. The batman-adv kernel module has undergone significant polishing in this cycle to deliver stability and reliability. 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-2015.2/

as well as prepackaged binaries in your distribution.

Thanks

Thanks to all people sending in patches:

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

batman-adv

While operating a mesh network with various nodes being configured with different VLANs, the translation table (TT) could enter an inconsistent state, leading to payload traffic never arriving at the destination. The TT consistency check was extended to no longer assume an identical VLAN configuration on every node in the network. Another corner case is triggered when a non-mesh client is detected via listening to payload traffic ('speedy join') and then roaming to a nearby mesh node before the previous mesh node ever officially announced the presence of said non-mesh client. Because this case also could lead to payload traffic being sent to limbo, the internal non-mesh client TT state is cleared before changing from 'speedy join' client to officially announced client. The memory footprint was reduced by switching to single linked list header for TT operations.
The distributed ARP table (DAT) received a fix preventing invalid stack access when searching for eligible DAT candidates causing a kernel crash. Also, DAT cache replies were able to fool the 'speedy join' mechanism of other mesh participants, as these replies were interpreted as non-mesh client payload data. This confusion is prevented with a proper packet type check.
Under specific circumstances the bridge loop avoidance (BLA) was able to provoke a 'network storm' of constantly repeating BLA claim tables synchronize requests due to missing locking and multiple writes to the same CRC checksum when adding/removing entries. This has been fixed by adding proper locking to the CRC checksum calculation.
The gateway list entry purging was at the origin of long delays on kernel module unload. The artificially introduced delay through a 'deleted' attribute has been replaced with modern RCU-style locking and reference counting. The gateway bandwidth calculation on 32Bit CPU systems could lead to an integer overflow which has been fixed. If parsing the provided gateway bandwidth is unsuccessful an error code is now communicated back to user space.
To avoid packet transmission issues when hardif/lower devices encapsulate packets without having enough room for the encapsulation header the required header size is updated each time a hardif/lower device is added and/or deleted. Memory access on forced kernel module unload was re-ordered to prevent a system crash. The code also benefited from the usual set of code beautifications and checkpatch cleanups.

batctl

The batctl utility was enriched with a 'routing algorithm' option, allowing to display all configured batman-adv mesh interfaces with their respective mesh protocol information, as well as setting the mesh protocol for the next mesh interface to be created.

alfred

In addition to fixing a few typos, the README now correctly mentions the libpcap dependency.

Happy routing,

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

(41-50/116)

Also available in: Atom