mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
"block" is also a reserved keyword that can't be an alias name, or pf tosses an error.
This commit is contained in:
parent
70849d9fe3
commit
eea88fdd10
@ -46,7 +46,7 @@
|
||||
|
||||
|
||||
// Keywords not allowed in names
|
||||
$reserved_keywords = array("all", "pass", "out", "queue", "max", "min", "pptp", "pppoe", "L2TP", "OpenVPN", "IPsec");
|
||||
$reserved_keywords = array("all", "pass", "block", "out", "queue", "max", "min", "pptp", "pppoe", "L2TP", "OpenVPN", "IPsec");
|
||||
|
||||
require("guiconfig.inc");
|
||||
require_once("functions.inc");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user