Bug 204389
Summary: | bridge: AF_BRIDGE NEWNEIGH netlink message with ifidx is zero | ||
---|---|---|---|
Product: | Networking | Reporter: | michael-dev |
Component: | Other | Assignee: | Stephen Hemminger (stephen) |
Status: | NEW --- | ||
Severity: | normal | CC: | michael-dev, nikolay |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.19 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
michael-dev
2019-07-31 09:32:20 UTC
libnl parses this message as "dev 0 lladdr 4e:db:c4:30:92:f4 vlan 1 <permanent>" Indeed, that is a known bug. br_vlan_init() is called from ndo_init() which is called prior to assigning ifindex to the device, it has always been like that. I'll propose a patch on netdev (will keep you CC'ed) which resolves it after running a few tests. |