commit | 58da018053531b9cb91423a64f2a762ef0fe7456 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Tue Aug 04 01:19:58 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 03 16:20:51 2015 -0700 |
tree | 5c3535d041305b5e6395765d2769b58679ce05f2 | |
parent | a5c90b29e5ccdb90922b808fd4831cfbaa63006c [diff] |
bridge: mdb: fix vlan_enabled access when vlans are not configured Instead of trying to access br->vlan_enabled directly use the provided helper br_vlan_enabled(). Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>