The following commit has been merged in the next branch: commit 5ffb8fa18ae09bc4161c484101fc51e766d28be8 Author: Marek Lindner lindner_marek@yahoo.de Date: Tue Nov 15 01:09:14 2011 +0800
batctl: slightly reword batctl readme
Signed-off-by: Marek Lindner lindner_marek@yahoo.de
diff --git a/README b/README index 7119951..da0ac68 100644 --- a/README +++ b/README @@ -318,20 +318,21 @@ Usage: batctl translocal|tl Example:
$ batctl translocal -Locally retrieved addresses (from bat0) announced via TT: - * d6:e0:fd:d9:00:00 [RPNXW] +Locally retrieved addresses (from bat0) announced via TT (TTVN: 1): + * fe:fe:00:00:01:01 [RPNXW]
In particular, RPNXW are flags which have the following meanings:
- R/Roaming: this client moved to another node but it is still kept for - consistency purposes up to the next OGM sending. -- P/noPurge: this client represents the local soft interface and has to never be - deleted. -- N/New: this client has recently been added but it has to not be advertised up - to the next OGM sending (for consistency purposes). -- X/delete: this client has to be removed for some reason, but it is still kept - for consistency purposes up to the next OGM sending. -- W/Wireless: this client is connected to the node through a Wireless device. + consistency reasons until the next OGM is sent. +- P/noPurge: this client represents the local soft interface and will never + be deleted. +- N/New: this client has recently been added but is not advertised in the + mesh until the next OGM is sent (for consistency reasons). +- X/delete: this client has to be removed for some reason, but it is still + kept for consistency reasons until the next OGM is sent. +- W/Wireless: this client is connected to the node through a wireless + device.
If any of the flags is not enabled, a '.' will substitute its symbol.
@@ -346,7 +347,7 @@ Example:
Globally announced TT entries received via the mesh bat0 Client (TTVN) Originator (Curr TTVN) Flags - * 16:aa:c4:a2:00:00 ( 12) via fe:fe:00:00:09:01 ( 50) [RXW] + * fe:fe:00:00:01:01 ( 12) via fe:fe:00:00:01:02 ( 50) [RXW]
where: - TTVN: is the translation-table-version-number which introduced this @@ -355,13 +356,13 @@ where: the originator serving this client (different clients advertised by the same originator have the same Curr TTVN) - Flags that mean: - - R/Roaming: this client moved to another node but it is still kept for - consistency purposes up to the next OGM received from its - originator + - R/Roaming: this client moved to another node but it is still kept + for consistency reasons until the next OGM is sent. - X/delete: this client has to be removed for some reason, but it is - still kept for consistency purposes. - - W/Wireless: this client is connected to the node through a Wireless - device. + still kept for consistency reasons until the next + OGM is sent. + - W/Wireless: this client is connected to the node through a + wireless device.
If any of the flags is not enabled, a '.' will substitute its symbol.