kernel-netlink: Use correct config option name for HW offloading check

Fixes: a605452c03 ("kernel-netlink: Check for offloading support in constructor")
This commit is contained in:
Tobias Brunner 2019-12-13 17:19:03 +01:00
parent 8d9a7fcae3
commit a3166c8188
1 changed files with 2 additions and 2 deletions

View File

@ -3692,8 +3692,8 @@ kernel_netlink_ipsec_t *kernel_netlink_ipsec_create()
}
netlink_find_offload_feature(lib->settings->get_str(lib->settings,
"%s.hw_offload_feature_interface", "lo",
lib->ns));
"%s.plugins.kernel-netlink.hw_offload_feature_interface",
"lo", lib->ns));
return &this->public;
}