On Thursday 21 November 2013 11:52:16 Simon Wunderlich wrote:
From: Simon Wunderlich simon@open-mesh.com
Show tables for the multi interface operation. Originator tables are added per hard interface.
This patch also changes the API by adding the interface to the bat_orig_print() parameters.
Signed-off-by: Simon Wunderlich simon@open-mesh.com
Changes to PACHv3:
- change *multiif* function names to *hardif* names
- fix outdated kerneldoc
Changes to PATCHv2:
- use name "originators", not "originators_multiif" for the originator table per interface.
Changes to PATCH:
- use one file per interface instead of all tables in one file
- kernel doc and commit message improvement
bat_iv_ogm.c | 12 +++++++----- debugfs.c | 16 ++++++++++++++++ originator.c | 48 +++++++++++++++++++++++++++++++++++++++++++++++- originator.h | 1 + types.h | 3 ++- 5 files changed, 73 insertions(+), 7 deletions(-)
Applied in revision f13f960.
Thanks, Marek