On Tuesday, June 04, 2013 18:11:39 Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
To make the translation table code VLAN-aware, each entry must carry the VLAN ID which it belongs to. This patch adds such attribute to the related TT structures.
Signed-off-by: Antonio Quartulli antonio@open-mesh.com
bridge_loop_avoidance.c | 35 +++---- distributed-arp-table.c | 11 ++- gateway_client.c | 3 +- main.c | 30 +++++- main.h | 9 +- packet.h | 14 ++- routing.c | 26 ++++-- send.c | 8 +- send.h | 16 ++-- soft-interface.c | 33 ++++--- translation-table.c | 239 +++++++++++++++++++++++++++++++++++++----------- translation-table.h | 19 ++-- types.h | 2 + 13 files changed, 312 insertions(+), 133 deletions(-)
Applied in revision 580d791.
Thanks, Marek