This patchset adds netns/netlink support to batctl. It complements the batman-adv netns/netlink support v8 as sent on May 23rd (today). Note that there are no previous batctl versions, I'm just using the same version number as the batman-adv patches.
Andrews patch has been changed by Sven and me: * rebase on current master * fix printing of VID * add missing newline for claim table entries * fix claim table entry format * adjust names of mandatory attributes struct to avoid conflicts with backbone table * add local TTVN to global translation table header * add local group id to claim table
I've also added a patch to add support for BLA backbone tables.
Cheers, Simon
Andrew Lunn (1): batctl: Use netlink to replace some of debugfs
Simon Wunderlich (1): batctl: add netlink dump function for backbone tables
batman_adv.h | 94 +++++ debug.c | 23 +- debug.h | 4 +- functions.c | 11 + functions.h | 2 + netlink.c | 1140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- netlink.h | 20 +- packet.h | 36 -- 8 files changed, 1289 insertions(+), 41 deletions(-)