Re: [PATCH iproute2-next v3] ip: iplink_bridge: Support fdb_local_vlan_0
Nikolay Aleksandrov <[email protected]>
| Newsgroups | gmane.linux.network,gmane.linux.network.bridge |
|---|---|
| Message-ID | <[email protected]> |
On 9/18/25 18:39, Petr Machata wrote: > Add support for the new bridge option BR_BOOLOPT_FDB_LOCAL_VLAN_0. > > Signed-off-by: Petr Machata <[email protected]> > --- > > Notes: > v3: > - When printing the option, test optmask, not optval > > v2: > - Maintain RXT in bridge_print_opt() > - Mention what the default is in the man page. > > ip/iplink_bridge.c | 19 +++++++++++++++++++ > man/man8/ip-link.8.in | 15 +++++++++++++++ > 2 files changed, 34 insertions(+) > > diff --git a/ip/iplink_bridge.c b/ip/iplink_bridge.c Thanks, Acked-by: Nikolay Aleksandrov <[email protected]>