Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit 8e18f5fe266668b19782abe8c0573495ebe5742d Author: Sven Eckelmann sven@narfation.org Date: Sat Dec 29 17:49:48 2018 +0000
doc: batman-adv/Compatversion
8e18f5fe266668b19782abe8c0573495ebe5742d batman-adv/Compatversion.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Compatversion.textile b/batman-adv/Compatversion.textile index 2a863dd..17cebdb 100644 --- a/batman-adv/Compatversion.textile +++ b/batman-adv/Compatversion.textile @@ -3,7 +3,7 @@ h1. batman-adv COMPAT_VERSION
COMPAT_VERSION in packet.h is used to identify an incoming packet and check if it can processed by the current version. The packet structure should be identified by this version. The stuff which appears in a packet jumps a little bit with each version because we change stuff in trunk/master and in next and import those changes to the packet structure out-of-order.
-Following changes were identified and documented. The changes are to the last COMPAT_VERSION and not to the last change in a branch. So "added xyz on master, removed xyz on next and re-added xyz on master" does only mean that xyz was always there in master, but the version in next dropped that change and thus generated a new COMPAT_VERSION. +Following changes were identified and documented.
| Version | Releases | Changes | | 1 | (development only) | Initial definitions of batman_packet, icmp_packet, unicast_packet, bcast_packet, ethernet type 0x0842 |