]> git.ipfire.org Git - thirdparty/hostap.git/commit
VLAN: Avoid use of libnl cache
authorMichael Braun <michael-dev@fami-braun.de>
Wed, 24 Feb 2016 11:53:50 +0000 (12:53 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 28 Feb 2016 18:05:17 +0000 (20:05 +0200)
commit5aef495fda44e03e559f516091cbb6913e297967
tree3f2f6dece2ed0498dc0f030485d6168afa2449a0
parent732b1d20ec06ab92fd22dbdea4609a6528bcf50a
VLAN: Avoid use of libnl cache

Using rtnl_link_alloc_cache() is expensive as it fills in all configured
links. Using rtnl_link_get_kernel() is much more lightweight.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
src/ap/vlan_util.c