public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH v2 0/2] batman-adv: netlink support for DAT and MCAST
@ 2018-03-10 23:53 Linus Lüssing
  2018-03-10 23:53 ` [B.A.T.M.A.N.] [PATCH v2 1/2] batman-adv: add DAT cache netlink support Linus Lüssing
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Linus Lüssing @ 2018-03-10 23:53 UTC (permalink / raw)
  To: b.a.t.m.a.n

This patchset adds netlink support for dumping DAT cache and multicast
flags tables.

Changes in v2:
==============

- Added missing includes, "#include <linux/netlink.h>" and
  "#include <uapi/linux/batman_adv.h>", to distributed-arp-table.c
- Added missing forward declaration for "struct netlink_callback" to
  distributed-arp-table.h
- Changed nla_put_u32() to nla_put_in_addr() for BATADV_ATTR_DC_ADDRESS,
  removed the then obsolete ntohl() conversion
- Added missing include, "#include <linux/netlink.h>", to multicast.c
- Changed nla_put_u8() to nla_put_u32() for BATADV_ATTR_MCAST_FLAGS and
  BATADV_ATTR_MCAST_FLAGS_PRIV to enhance extensibility


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-03-13  8:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-10 23:53 [B.A.T.M.A.N.] [PATCH v2 0/2] batman-adv: netlink support for DAT and MCAST Linus Lüssing
2018-03-10 23:53 ` [B.A.T.M.A.N.] [PATCH v2 1/2] batman-adv: add DAT cache netlink support Linus Lüssing
2018-03-10 23:53 ` [B.A.T.M.A.N.] [PATCH v2 2/2] batman-adv: add multicast flags " Linus Lüssing
2018-03-11 10:54 ` [B.A.T.M.A.N.] [PATCH v2 0/2] batman-adv: netlink support for DAT and MCAST Sven Eckelmann
2018-03-13  8:02   ` Antonio Quartulli
2018-03-13  8:20     ` Sven Eckelmann
2018-03-13  8:22       ` Antonio Quartulli
2018-03-13  8:52         ` Sven Eckelmann
2018-03-13  8:53           ` Antonio Quartulli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox