Nikolay Aleksandrov writes:
> On 12/12/2018 13:52, Petr Machata wrote:
>> int (*ndo_bridge_setlink)(struct net_device *dev,
>>struct nlmsghdr *nlh,
>> - u16 flags);
>> +
On 12/12/2018 13:52, Petr Machata wrote:
> Drivers may not be able to implement a VLAN addition or reconfiguration.
> In those cases it's desirable to explain to the user that it was
> rejected (and why).
>
> To that end, add extack argument to ndo_bridge_setlink. Adapt all users
> to that change.
Drivers may not be able to implement a VLAN addition or reconfiguration.
In those cases it's desirable to explain to the user that it was
rejected (and why).
To that end, add extack argument to ndo_bridge_setlink. Adapt all users
to that change.
Following patches will use the new argument in the