mirror of https://github.com/fail2ban/fail2ban
BF: ignorecommand is a jail option not a filter option
parent
4a0e428563
commit
4df246b0dd
|
@ -59,7 +59,6 @@ class FilterReader(ConfigReader):
|
||||||
def getOptions(self, pOpts):
|
def getOptions(self, pOpts):
|
||||||
opts = [["string", "ignoreregex", ""],
|
opts = [["string", "ignoreregex", ""],
|
||||||
["string", "failregex", ""],
|
["string", "failregex", ""],
|
||||||
["string", "ignorecommand", ""]
|
|
||||||
]
|
]
|
||||||
self.__opts = ConfigReader.getOptions(self, "Definition", opts, pOpts)
|
self.__opts = ConfigReader.getOptions(self, "Definition", opts, pOpts)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue