On 10/25/23 15:30, Ido Schimmel wrote:
Add MDB get attributes that correspond to the MDB set attributes used in
RTM_NEWMDB messages. Specifically, add 'MDBA_GET_ENTRY' which will hold
a 'struct br_mdb_entry' and 'MDBA_GET_ENTRY_ATTRS' which will hold
'MDBE_ATTR_*' attributes that are used as indexes (source IP and source
VNI).

An example request will look as follows:

[ struct nlmsghdr ]
[ struct br_port_msg ]
[ MDBA_GET_ENTRY ]
        struct br_mdb_entry
[ MDBA_GET_ENTRY_ATTRS ]
        [ MDBE_ATTR_SOURCE ]
                struct in_addr / struct in6_addr
        [ MDBE_ATTR_SRC_VNI ]
                u32

Signed-off-by: Ido Schimmel <[email protected]>
---

Notes:
     v2:
     * Add comment.

  include/uapi/linux/if_bridge.h | 18 ++++++++++++++++++
  1 file changed, 18 insertions(+)


Acked-by: Nikolay Aleksandrov <[email protected]>

Reply via email to