Re: [PATCH net-next 1/9] bridge: add MDB state mask uAPI attribute

2023-12-18 Thread Nikolay Aleksandrov
On 17/12/2023 10:32, Ido Schimmel wrote: Currently, the 'state' field in 'struct br_port_msg' can be set to 1 if the MDB entry is permanent or 0 if it is temporary. Additional states might be added in the future. In a similar fashion to 'NDA_NDM_STATE_MASK', add an MDB state mask uAPI attribute

[PATCH net-next 1/9] bridge: add MDB state mask uAPI attribute

2023-12-17 Thread Ido Schimmel
Currently, the 'state' field in 'struct br_port_msg' can be set to 1 if the MDB entry is permanent or 0 if it is temporary. Additional states might be added in the future. In a similar fashion to 'NDA_NDM_STATE_MASK', add an MDB state mask uAPI attribute that will allow the upcoming bulk deletion