Fix libnl version check
Change-Id: I5a859ce6c0e5da1e8ed3e5379ef2569b9e4a828f
This commit is contained in:
committed by
Illia Polliul
parent
4b4c106794
commit
f506d716b0
@@ -21,7 +21,7 @@ define contrail::rclocal_vfs (
|
||||
)
|
||||
{
|
||||
|
||||
if (versioncmp($::libnl_version, '3.2.21-1') > 0) {
|
||||
if (versioncmp($::libnl_version, '3.2.24-2') >= 0) {
|
||||
$final_vf = $totalvfs
|
||||
} else {
|
||||
$final_vf = min(30, $totalvfs)
|
||||
|
||||
Reference in New Issue
Block a user