Some TT flags can change at runtime and for this reason all the nodes in the mesh network must track and possibly update them. An existing example is the Wifi flag.
This patchset introduces all those needed changes in order to synchronize client flags that requires such treatment.
Cheers,
This code is based on top of ordex/tt-vlan
Antonio Quartulli (3): batman-adv: invoke dev_get_by_index() outside of is_wifi_iface() batman-adv: improve TT component to support runtime flag changes batman-adv: compute the global/local table CRC using the synch flags
hard-interface.c | 33 ++++----------------------------- hard-interface.h | 2 +- packet.h | 14 +++++++++++++- translation-table.c | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 67 insertions(+), 32 deletions(-)