Version: 2021.0-bp154.1.20
* Thu May 13 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 2021.0
* Drop support for batman-adv's sysfs+debugfs
* Drop support for automatic destruction of empty meshifs
* Drop support for deprecated log command support
* Drop of the legacy vis subcommands
* Add per interface hop penalty command
* Add tcpdump support for MCAST TVLV, unicast fragments and coded
packets
* Add support for hardif specific settings
* Add multicast_fanout setting subcommand
* Add hop_penalty setting subcommand
* Add gateway selection manpage section for B.A.T.M.A.N. V
* New subcommand "event" to receive netlink notifications
* Bugs squashed:
* Fix query of meshif's ap_isolation status
* Ignore "interface already exists" error during "interface add"
* Fix endianness in ICMPv6 Echo Request/Reply parsing
* Fix parsing of radiotap headers on big endian systems
* Fix error code on throughputmeter errors
* Re-integrate support for translation table unicast/multicast
filter
* Avoid incorrect warning about disabled mesh interface when
debugfs support is not enabled in batman-adv
* Allow to select routing algorithm during creation of interface
* implement support for multicast RTR flags
* avoid some kernel deprecation warning by using more generic
netlink over sysfs
* use type specific prefixes to select mesh interface or vlan
instead of '-m'
* implement netlink based support for remaining sysfs-only features
* remove non-netlink support for translating MAC addresses to originators
* introduce support for batadv meshif, hardif and vlan configuration via netlink
* replace multicast_mode with multicast_forceflood settings subcommand
* Sun Jun 10 2018 antoine.belvire@opensuse.org
- Update to version 2018.1.
* Synchronization of batman-adv netlink and packet headers.
* Add DAT cache and multicast flags netlink support.
* Disable translation support for non-unicast mac addresses.
Version: 2017.3-bp150.2.4
* Sat Nov 04 2017 aavindraa@gmail.com
- Update to version 2017.3
* See the following for all changes:
https://www.open-mesh.org/projects/open-mesh/news
- Cleanup with spec-cleaner
* Thu Jan 05 2017 p.drouand@gmail.com
- Update to version 2016.5
* reimplement traceroute/ping commands in userspace without debugfs
* switch interface manipulation from (legacy) sysfs to rtnetlink
* coding style cleanups
- Changes from version 2016.4
* 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
* Fri Oct 21 2016 p.drouand@gmail.com
- Update to version 2016.3
* 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
* Wed Feb 10 2016 p.drouand@gmail.com
- Update to version 2016.0
* No changelog available
* Thu Aug 27 2015 p.drouand@gmail.com
- Update to version 2015.1
* No changelog available
* Sun Jul 26 2015 p.drouand@gmail.com
- Update to version 2015.0
* No changelog available
* Mon Mar 30 2015 p.drouand@gmail.com
- Update to version 2014.4.0
* No ChangeLog available
* Mon Dec 22 2014 p.drouand@gmail.com
- Update to version 2014.3.0
+ support latest kernels (2.6.29 - 3.16)
+ drop QinQ claim frames in bridge loop avoidance
+ fix a bogus warning from batadv_is_on_batman_iface()
+ removed SET_ETHTOOL_OPS
+ style improvements:
* remove semi-colon after macro definition
* add blank line between declarations and the rest of the code
- Add make dependencies to pkg-config and pkgconfig(libnl-3.0);
new upstream requirements
- Fix Url to batctl homepage
- Use download Url as source
* Sat Dec 08 2012 p.drouand@gmail.com
- Update to 2012.4.0 version:
* now maintains a list of optional features and informs the user
about a possibly deactivated optional feature.
* the sysfs / debugfs code has been refactored to remove redundant
boilerplate code.
* option to display the newly added backbone gateway table
* Mon Feb 13 2012 coolo@suse.com
- patch license to follow spdx.org standard
* Sat Sep 17 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
* Tue May 24 2011 gregkh@suse.de
- initial creation of the batctl package, based on 2011.1.0 release.