Set dbfwfilter maturity to GA and set the version to 1.1.0
The module has been GA for a while and it has also changed so the version should be updated.
This commit is contained in:
@ -88,12 +88,12 @@
|
|||||||
MODULE_INFO info =
|
MODULE_INFO info =
|
||||||
{
|
{
|
||||||
MODULE_API_FILTER,
|
MODULE_API_FILTER,
|
||||||
MODULE_ALPHA_RELEASE,
|
MODULE_GA,
|
||||||
FILTER_VERSION,
|
FILTER_VERSION,
|
||||||
"Firewall Filter"
|
"Firewall Filter"
|
||||||
};
|
};
|
||||||
|
|
||||||
static char *version_str = "V1.0.0";
|
static char *version_str = "V1.1.0";
|
||||||
|
|
||||||
static char* required_rules[] =
|
static char* required_rules[] =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user