On Saturday 16 November 2013 12:03:48 Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
A client sending packets which mark matches the value configured via sysfs has to be identified as isolated using the TT_CLIENT_ISOLA flag.
The match is mask based, meaning that only bits set in the mask are compared with those in the mark value.
If the configured mask is equal to 0 no operation is performed.
Such flag is then advertised within the classic client announcement mechanism.
Signed-off-by: Antonio Quartulli antonio@open-mesh.com
main.h | 2 ++ packet.h | 1 + soft-interface.c | 7 ++++--- translation-table.c | 16 +++++++++++++++- translation-table.h | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-)
Applied in revision a8c0e75.
Thanks, Marek