提交 4e6b73d2 编写于 作者: D Daniel P. Berrange

Skip virNWFilterTechDriver when validating API naming

The virNWFilterTechDriver struct is an internal only driver
API with no public API equivalent. It should be skipped by
the 'check-driverimpls' test case
Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 dc34fc16
......@@ -68,7 +68,8 @@ while (<>) {
}
}
} elsif (/^(?:static\s+)?(vir(?:\w+)?Driver)\s+/) {
next if $1 eq "virNWFilterCallbackDriver";
next if $1 eq "virNWFilterCallbackDriver" ||
$1 eq "virNWFilterTechDriver";
$intable = 1;
$table = $1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册