mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
Revert "Firewall / Aliases - append most likely cause for pfctl error (Invalid argument isn't very explanatory by itself). closes https://github.com/opnsense/core/issues/5127"
This reverts commit 2ea90801290856f453126b1e6d63e66c79a5ca6f.
This commit is contained in:
parent
2ea9080129
commit
41b311ecc2
@ -179,7 +179,4 @@ if __name__ == '__main__':
|
||||
for filename in to_remove[aliasname]:
|
||||
os.remove(filename)
|
||||
|
||||
if 'messages' in result and ''.join(result['messages']).find('Invalid argument') > -1:
|
||||
result['messages'].append("(net.pf.request_maxcount likely undersized in system tunables)")
|
||||
|
||||
print (json.dumps(result))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user