On 07/18/2017 09:06 PM, Vivien Didelot wrote:
> Hi Arkadi,
>
> Arkadi Sharshevsky writes:
>
>> +typedef int dsa_fdb_dump_cb_t(const unsigned char *addr, u16 vid,
>> + u16 ndm_state, void *data);
>
> Can I ask you to change u16 ndm_state for bool is_static at the same
Hi Arkadi,
Arkadi Sharshevsky writes:
> +typedef int dsa_fdb_dump_cb_t(const unsigned char *addr, u16 vid,
> + u16 ndm_state, void *data);
Can I ask you to change u16 ndm_state for bool is_static at the same
time? Ethernet switches do not need to report more than that.