]> git.ipfire.org Git - thirdparty/strongswan.git/commit
kernel-netlink: Set usable state whenever an interface appears
authorTobias Brunner <tobias@strongswan.org>
Mon, 14 Aug 2017 15:26:08 +0000 (17:26 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 23 Aug 2017 10:10:39 +0000 (12:10 +0200)
commit062a34e722e4162d5d163153a7450759bcdede6f
tree0ed48e9f04bc8130ed3548b1a72f40b0fe7e3162
parentb7ad5f777ffc36897b71ee7419da19d286f5cc55
kernel-netlink: Set usable state whenever an interface appears

If an interface is renamed we already have an entry (based on the
ifindex) allocated but previously only set the usable state once
based on the original name.

Fixes #2403.
src/libcharon/plugins/kernel_netlink/kernel_netlink_net.c