From 64e3b8a6d915c2ff91f2b7d0dbb64e9ca4da4569 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 18 Dec 2005 02:58:19 +0000 Subject: [PATCH] Add aliasurl to array list. This will prevent developers working on head from preventing their firewall from booting when testing RELENG_1 --- etc/inc/xmlparse.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc index 7068288d71..f8875a03c4 100644 --- a/etc/inc/xmlparse.inc +++ b/etc/inc/xmlparse.inc @@ -32,7 +32,7 @@ /* The following items will be treated as arrays in config.xml */ function listtags() { - $ret = explode(" ", "alias allowedip cacert config columnitem dnsserver domainoverrides " . + $ret = explode(" ", "alias aliasurl allowedip cacert config columnitem dnsserver domainoverrides " . "earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " . "hosts interface_array item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " . "queue pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .