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 v3 0/4] batctl: netlink support for DAT and MCAST
@ 2018-03-13 10:43 Linus Lüssing
  2018-03-13 10:43 ` [B.A.T.M.A.N.] [PATCH v3 1/4] batctl: add DAT cache netlink support Linus Lüssing
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Linus Lüssing @ 2018-03-13 10:43 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 v3:
==============
- renamed netlink attributes:
  - BATADV_ATTR_DC_ADDRESS   -> BATADV_ATTR_DAT_CACHE_IP4ADDRESS
  - BATADV_ATTR_DC_HWADDRESS -> BATADV_ATTR_DAT_CACHE_HWADDRESS
  - BATADV_ATTR_DC_VID       -> BATADV_ATTR_DAT_CACHE_VID

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

- Removed htonl() conversion for BATADV_ATTR_DC_ADDRESS as batman-adv
  now provides it in network byte order (via nla_put_in_addr() )
- Increased BATADV_ATTR_MCAST_FLAGS and BATADV_ATTR_MCAST_FLAGS_PRIV
  size from 8 to 32 bits to enhance extensibility
- Changed mcast_flags error value from -EINVAL to -ENOTSUPP to allow
  a fallback to and retry via debugfs, for compatibility with older
  batman-adv versions

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

end of thread, other threads:[~2018-03-14 10:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-13 10:43 [B.A.T.M.A.N.] [PATCH v3 0/4] batctl: netlink support for DAT and MCAST Linus Lüssing
2018-03-13 10:43 ` [B.A.T.M.A.N.] [PATCH v3 1/4] batctl: add DAT cache netlink support Linus Lüssing
2018-03-13 10:43 ` [B.A.T.M.A.N.] [PATCH v3 2/4] batctl: add netlink dump function for DAT cache table Linus Lüssing
2018-03-13 10:43 ` [B.A.T.M.A.N.] [PATCH v3 3/4] batctl: add multicast flags netlink support Linus Lüssing
2018-03-13 10:43 ` [B.A.T.M.A.N.] [PATCH v3 4/4] batctl: add netlink dump function for multicast flags table Linus Lüssing
2018-03-14 10:25 ` [B.A.T.M.A.N.] [PATCH v3 0/4] batctl: netlink support for DAT and MCAST Sven Eckelmann

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