1 |
5b237745
|
Scott Ullrich
|
<?php
|
2 |
|
|
/*
|
3 |
|
|
firewall_aliases.php
|
4 |
|
|
*/
|
5 |
fd9ebcd5
|
Stephen Beaver
|
/* ====================================================================
|
6 |
919d91f9
|
Phil Davis
|
* Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved.
|
7 |
9da2cf1c
|
Stephen Beaver
|
*
|
8 |
c9df279d
|
Stephen Beaver
|
* Some or all of this file is based on the m0n0wall project which is
|
9 |
9da2cf1c
|
Stephen Beaver
|
* Copyright (c) 2004 Manuel Kasper (BSD 2 clause)
|
10 |
fd9ebcd5
|
Stephen Beaver
|
*
|
11 |
919d91f9
|
Phil Davis
|
* Redistribution and use in source and binary forms, with or without modification,
|
12 |
|
|
* are permitted provided that the following conditions are met:
|
13 |
fd9ebcd5
|
Stephen Beaver
|
*
|
14 |
|
|
* 1. Redistributions of source code must retain the above copyright notice,
|
15 |
|
|
* this list of conditions and the following disclaimer.
|
16 |
|
|
*
|
17 |
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
18 |
|
|
* notice, this list of conditions and the following disclaimer in
|
19 |
|
|
* the documentation and/or other materials provided with the
|
20 |
919d91f9
|
Phil Davis
|
* distribution.
|
21 |
fd9ebcd5
|
Stephen Beaver
|
*
|
22 |
919d91f9
|
Phil Davis
|
* 3. All advertising materials mentioning features or use of this software
|
23 |
fd9ebcd5
|
Stephen Beaver
|
* must display the following acknowledgment:
|
24 |
|
|
* "This product includes software developed by the pfSense Project
|
25 |
919d91f9
|
Phil Davis
|
* for use in the pfSense software distribution. (http://www.pfsense.org/).
|
26 |
fd9ebcd5
|
Stephen Beaver
|
*
|
27 |
|
|
* 4. The names "pfSense" and "pfSense Project" must not be used to
|
28 |
|
|
* endorse or promote products derived from this software without
|
29 |
|
|
* prior written permission. For written permission, please contact
|
30 |
|
|
* coreteam@pfsense.org.
|
31 |
|
|
*
|
32 |
|
|
* 5. Products derived from this software may not be called "pfSense"
|
33 |
|
|
* nor may "pfSense" appear in their names without prior written
|
34 |
|
|
* permission of the Electric Sheep Fencing, LLC.
|
35 |
|
|
*
|
36 |
|
|
* 6. Redistributions of any form whatsoever must retain the following
|
37 |
|
|
* acknowledgment:
|
38 |
|
|
*
|
39 |
|
|
* "This product includes software developed by the pfSense Project
|
40 |
|
|
* for use in the pfSense software distribution (http://www.pfsense.org/).
|
41 |
919d91f9
|
Phil Davis
|
*
|
42 |
fd9ebcd5
|
Stephen Beaver
|
* THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY
|
43 |
|
|
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
44 |
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
45 |
|
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE pfSense PROJECT OR
|
46 |
|
|
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
47 |
|
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
48 |
|
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
49 |
|
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
50 |
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
51 |
|
|
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
52 |
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
53 |
|
|
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
54 |
|
|
*
|
55 |
|
|
* ====================================================================
|
56 |
|
|
*
|
57 |
|
|
*/
|
58 |
5b237745
|
Scott Ullrich
|
|
59 |
6b07c15a
|
Matthew Grooms
|
##|+PRIV
|
60 |
|
|
##|*IDENT=page-firewall-aliases
|
61 |
5230f468
|
jim-p
|
##|*NAME=Firewall: Aliases
|
62 |
6b07c15a
|
Matthew Grooms
|
##|*DESCR=Allow access to the 'Firewall: Aliases' page.
|
63 |
|
|
##|*MATCH=firewall_aliases.php*
|
64 |
|
|
##|-PRIV
|
65 |
|
|
|
66 |
5b237745
|
Scott Ullrich
|
require("guiconfig.inc");
|
67 |
7a927e67
|
Scott Ullrich
|
require_once("functions.inc");
|
68 |
|
|
require_once("filter.inc");
|
69 |
|
|
require_once("shaper.inc");
|
70 |
5b237745
|
Scott Ullrich
|
|
71 |
95a40ac0
|
Phil Davis
|
if (!is_array($config['aliases']['alias'])) {
|
72 |
5b237745
|
Scott Ullrich
|
$config['aliases']['alias'] = array();
|
73 |
95a40ac0
|
Phil Davis
|
}
|
74 |
5b237745
|
Scott Ullrich
|
$a_aliases = &$config['aliases']['alias'];
|
75 |
|
|
|
76 |
6c07db48
|
Phil Davis
|
$tab = ($_REQUEST['tab'] == "" ? "ip" : preg_replace("/\W/", "", $_REQUEST['tab']));
|
77 |
5b237745
|
Scott Ullrich
|
|
78 |
ac7f1763
|
Renato Botelho
|
if ($_POST) {
|
79 |
5b237745
|
Scott Ullrich
|
|
80 |
|
|
if ($_POST['apply']) {
|
81 |
|
|
$retval = 0;
|
82 |
920b3bb0
|
Scott Ullrich
|
|
83 |
|
|
/* reload all components that use aliases */
|
84 |
|
|
$retval = filter_configure();
|
85 |
|
|
|
86 |
95a40ac0
|
Phil Davis
|
if (stristr($retval, "error") <> true) {
|
87 |
14726356
|
Sjon Hortensius
|
$savemsg = get_std_save_message($retval);
|
88 |
95a40ac0
|
Phil Davis
|
} else {
|
89 |
14726356
|
Sjon Hortensius
|
$savemsg = $retval;
|
90 |
95a40ac0
|
Phil Davis
|
}
|
91 |
|
|
if ($retval == 0) {
|
92 |
a368a026
|
Ermal Lu?i
|
clear_subsystem_dirty('aliases');
|
93 |
95a40ac0
|
Phil Davis
|
}
|
94 |
5b237745
|
Scott Ullrich
|
}
|
95 |
|
|
}
|
96 |
|
|
|
97 |
|
|
if ($_GET['act'] == "del") {
|
98 |
|
|
if ($a_aliases[$_GET['id']]) {
|
99 |
58c32a28
|
Scott Ullrich
|
/* make sure rule is not being referenced by any nat or filter rules */
|
100 |
|
|
$is_alias_referenced = false;
|
101 |
|
|
$referenced_by = false;
|
102 |
|
|
$alias_name = $a_aliases[$_GET['id']]['name'];
|
103 |
c769f983
|
Erik Fonnesbeck
|
// Firewall rules
|
104 |
|
|
find_alias_reference(array('filter', 'rule'), array('source', 'address'), $alias_name, $is_alias_referenced, $referenced_by);
|
105 |
|
|
find_alias_reference(array('filter', 'rule'), array('destination', 'address'), $alias_name, $is_alias_referenced, $referenced_by);
|
106 |
|
|
find_alias_reference(array('filter', 'rule'), array('source', 'port'), $alias_name, $is_alias_referenced, $referenced_by);
|
107 |
|
|
find_alias_reference(array('filter', 'rule'), array('destination', 'port'), $alias_name, $is_alias_referenced, $referenced_by);
|
108 |
|
|
// NAT Rules
|
109 |
|
|
find_alias_reference(array('nat', 'rule'), array('source', 'address'), $alias_name, $is_alias_referenced, $referenced_by);
|
110 |
|
|
find_alias_reference(array('nat', 'rule'), array('source', 'port'), $alias_name, $is_alias_referenced, $referenced_by);
|
111 |
|
|
find_alias_reference(array('nat', 'rule'), array('destination', 'address'), $alias_name, $is_alias_referenced, $referenced_by);
|
112 |
|
|
find_alias_reference(array('nat', 'rule'), array('destination', 'port'), $alias_name, $is_alias_referenced, $referenced_by);
|
113 |
|
|
find_alias_reference(array('nat', 'rule'), array('target'), $alias_name, $is_alias_referenced, $referenced_by);
|
114 |
|
|
find_alias_reference(array('nat', 'rule'), array('local-port'), $alias_name, $is_alias_referenced, $referenced_by);
|
115 |
b43b7613
|
Erik Fonnesbeck
|
// NAT 1:1 Rules
|
116 |
|
|
//find_alias_reference(array('nat', 'onetoone'), array('external'), $alias_name, $is_alias_referenced, $referenced_by);
|
117 |
|
|
//find_alias_reference(array('nat', 'onetoone'), array('source', 'address'), $alias_name, $is_alias_referenced, $referenced_by);
|
118 |
|
|
find_alias_reference(array('nat', 'onetoone'), array('destination', 'address'), $alias_name, $is_alias_referenced, $referenced_by);
|
119 |
|
|
// NAT Outbound Rules
|
120 |
682b8f12
|
Phil Davis
|
find_alias_reference(array('nat', 'outbound', 'rule'), array('source', 'network'), $alias_name, $is_alias_referenced, $referenced_by);
|
121 |
|
|
find_alias_reference(array('nat', 'outbound', 'rule'), array('sourceport'), $alias_name, $is_alias_referenced, $referenced_by);
|
122 |
|
|
find_alias_reference(array('nat', 'outbound', 'rule'), array('destination', 'address'), $alias_name, $is_alias_referenced, $referenced_by);
|
123 |
|
|
find_alias_reference(array('nat', 'outbound', 'rule'), array('dstport'), $alias_name, $is_alias_referenced, $referenced_by);
|
124 |
|
|
find_alias_reference(array('nat', 'outbound', 'rule'), array('target'), $alias_name, $is_alias_referenced, $referenced_by);
|
125 |
c769f983
|
Erik Fonnesbeck
|
// Alias in an alias
|
126 |
|
|
find_alias_reference(array('aliases', 'alias'), array('address'), $alias_name, $is_alias_referenced, $referenced_by);
|
127 |
3df59bab
|
Darren Embry
|
// Load Balancer
|
128 |
e6f34d22
|
Phil Davis
|
find_alias_reference(array('load_balancer', 'lbpool'), array('port'), $alias_name, $is_alias_referenced, $referenced_by);
|
129 |
3df59bab
|
Darren Embry
|
find_alias_reference(array('load_balancer', 'virtual_server'), array('port'), $alias_name, $is_alias_referenced, $referenced_by);
|
130 |
a161bfb8
|
Renato Botelho
|
// Static routes
|
131 |
|
|
find_alias_reference(array('staticroutes', 'route'), array('network'), $alias_name, $is_alias_referenced, $referenced_by);
|
132 |
95a40ac0
|
Phil Davis
|
if ($is_alias_referenced == true) {
|
133 |
72f1f3ee
|
jim-p
|
$savemsg = sprintf(gettext("Cannot delete alias. Currently in use by %s"), htmlspecialchars($referenced_by));
|
134 |
58c32a28
|
Scott Ullrich
|
} else {
|
135 |
|
|
unset($a_aliases[$_GET['id']]);
|
136 |
3a343d73
|
jim-p
|
if (write_config()) {
|
137 |
|
|
filter_configure();
|
138 |
|
|
mark_subsystem_dirty('aliases');
|
139 |
|
|
}
|
140 |
ac7f1763
|
Renato Botelho
|
header("Location: firewall_aliases.php?tab=" . $tab);
|
141 |
58c32a28
|
Scott Ullrich
|
exit;
|
142 |
|
|
}
|
143 |
5b237745
|
Scott Ullrich
|
}
|
144 |
|
|
}
|
145 |
b63695db
|
Scott Ullrich
|
|
146 |
c769f983
|
Erik Fonnesbeck
|
function find_alias_reference($section, $field, $origname, &$is_alias_referenced, &$referenced_by) {
|
147 |
|
|
global $config;
|
148 |
95a40ac0
|
Phil Davis
|
if (!$origname || $is_alias_referenced) {
|
149 |
c769f983
|
Erik Fonnesbeck
|
return;
|
150 |
95a40ac0
|
Phil Davis
|
}
|
151 |
c769f983
|
Erik Fonnesbeck
|
|
152 |
|
|
$sectionref = &$config;
|
153 |
95a40ac0
|
Phil Davis
|
foreach ($section as $sectionname) {
|
154 |
|
|
if (is_array($sectionref) && isset($sectionref[$sectionname])) {
|
155 |
c769f983
|
Erik Fonnesbeck
|
$sectionref = &$sectionref[$sectionname];
|
156 |
95a40ac0
|
Phil Davis
|
} else {
|
157 |
c769f983
|
Erik Fonnesbeck
|
return;
|
158 |
95a40ac0
|
Phil Davis
|
}
|
159 |
c769f983
|
Erik Fonnesbeck
|
}
|
160 |
|
|
|
161 |
95a40ac0
|
Phil Davis
|
if (is_array($sectionref)) {
|
162 |
|
|
foreach ($sectionref as $itemkey => $item) {
|
163 |
c769f983
|
Erik Fonnesbeck
|
$fieldfound = true;
|
164 |
|
|
$fieldref = &$sectionref[$itemkey];
|
165 |
95a40ac0
|
Phil Davis
|
foreach ($field as $fieldname) {
|
166 |
|
|
if (is_array($fieldref) && isset($fieldref[$fieldname])) {
|
167 |
c769f983
|
Erik Fonnesbeck
|
$fieldref = &$fieldref[$fieldname];
|
168 |
95a40ac0
|
Phil Davis
|
} else {
|
169 |
c769f983
|
Erik Fonnesbeck
|
$fieldfound = false;
|
170 |
|
|
break;
|
171 |
|
|
}
|
172 |
|
|
}
|
173 |
95a40ac0
|
Phil Davis
|
if ($fieldfound && $fieldref == $origname) {
|
174 |
c769f983
|
Erik Fonnesbeck
|
$is_alias_referenced = true;
|
175 |
95a40ac0
|
Phil Davis
|
if (is_array($item)) {
|
176 |
c769f983
|
Erik Fonnesbeck
|
$referenced_by = $item['descr'];
|
177 |
95a40ac0
|
Phil Davis
|
}
|
178 |
c769f983
|
Erik Fonnesbeck
|
break;
|
179 |
|
|
}
|
180 |
|
|
}
|
181 |
|
|
}
|
182 |
|
|
}
|
183 |
|
|
|
184 |
e1515be9
|
Stephen Beaver
|
$tab_array = array();
|
185 |
|
|
$tab_array[] = array(gettext("IP"), ($tab == "ip" ? true : ($tab == "host" ? true : ($tab == "network" ? true : false))), "/firewall_aliases.php?tab=ip");
|
186 |
|
|
$tab_array[] = array(gettext("Ports"), ($tab == "port"? true : false), "/firewall_aliases.php?tab=port");
|
187 |
|
|
$tab_array[] = array(gettext("URLs"), ($tab == "url"? true : false), "/firewall_aliases.php?tab=url");
|
188 |
|
|
$tab_array[] = array(gettext("All"), ($tab == "all"? true : false), "/firewall_aliases.php?tab=all");
|
189 |
|
|
|
190 |
|
|
foreach ($tab_array as $dtab) {
|
191 |
67c2baf1
|
Phil Davis
|
if ($dtab[1] == true) {
|
192 |
e1515be9
|
Stephen Beaver
|
$bctab = $dtab[0];
|
193 |
|
|
break;
|
194 |
|
|
}
|
195 |
|
|
}
|
196 |
|
|
|
197 |
|
|
$pgtitle = array(gettext("Firewall"), gettext("Aliases"), $bctab);
|
198 |
d71fc5d3
|
jim-p
|
$shortcut_section = "aliases";
|
199 |
|
|
|
200 |
b63695db
|
Scott Ullrich
|
include("head.inc");
|
201 |
|
|
|
202 |
67c2baf1
|
Phil Davis
|
if ($savemsg) {
|
203 |
6cb366de
|
Stephen Beaver
|
print_info_box($savemsg, 'success');
|
204 |
67c2baf1
|
Phil Davis
|
}
|
205 |
6cb366de
|
Stephen Beaver
|
|
206 |
67c2baf1
|
Phil Davis
|
if (is_subsystem_dirty('aliases')) {
|
207 |
14726356
|
Sjon Hortensius
|
print_info_box_np(gettext("The alias list has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
|
208 |
67c2baf1
|
Phil Davis
|
}
|
209 |
14726356
|
Sjon Hortensius
|
|
210 |
e1515be9
|
Stephen Beaver
|
|
211 |
14726356
|
Sjon Hortensius
|
display_top_tabs($tab_array);
|
212 |
|
|
|
213 |
5b237745
|
Scott Ullrich
|
?>
|
214 |
0ce45fdf
|
Sander van Leeuwen
|
<div class="table-responsive">
|
215 |
|
|
<table class="table table-striped table-hover">
|
216 |
14726356
|
Sjon Hortensius
|
<thead>
|
217 |
|
|
<tr>
|
218 |
0ce45fdf
|
Sander van Leeuwen
|
<th><?=gettext("Name")?></th>
|
219 |
|
|
<th><?=gettext("Values")?></th>
|
220 |
|
|
<th><?=gettext("Description")?></th>
|
221 |
af5e730b
|
Stephen Beaver
|
<th><?=gettext("Actions")?></th>
|
222 |
14726356
|
Sjon Hortensius
|
</tr>
|
223 |
|
|
</thead>
|
224 |
|
|
<tbody>
|
225 |
|
|
<?php
|
226 |
|
|
asort($a_aliases);
|
227 |
e6f34d22
|
Phil Davis
|
foreach ($a_aliases as $i => $alias):
|
228 |
14726356
|
Sjon Hortensius
|
unset ($show_alias);
|
229 |
e6f34d22
|
Phil Davis
|
switch ($tab) {
|
230 |
14726356
|
Sjon Hortensius
|
case "all":
|
231 |
|
|
$show_alias= true;
|
232 |
|
|
break;
|
233 |
|
|
case "ip":
|
234 |
|
|
case "host":
|
235 |
|
|
case "network":
|
236 |
67c2baf1
|
Phil Davis
|
if (preg_match("/(host|network)/", $alias["type"])) {
|
237 |
14726356
|
Sjon Hortensius
|
$show_alias= true;
|
238 |
67c2baf1
|
Phil Davis
|
}
|
239 |
14726356
|
Sjon Hortensius
|
break;
|
240 |
|
|
case "url":
|
241 |
67c2baf1
|
Phil Davis
|
if (preg_match("/(url)/i", $alias["type"])) {
|
242 |
14726356
|
Sjon Hortensius
|
$show_alias= true;
|
243 |
67c2baf1
|
Phil Davis
|
}
|
244 |
14726356
|
Sjon Hortensius
|
break;
|
245 |
|
|
case "port":
|
246 |
67c2baf1
|
Phil Davis
|
if ($alias["type"] == "port") {
|
247 |
14726356
|
Sjon Hortensius
|
$show_alias= true;
|
248 |
67c2baf1
|
Phil Davis
|
}
|
249 |
14726356
|
Sjon Hortensius
|
break;
|
250 |
|
|
}
|
251 |
|
|
if ($show_alias):
|
252 |
|
|
?>
|
253 |
|
|
<tr>
|
254 |
|
|
<td>
|
255 |
|
|
<?=htmlspecialchars($alias['name'])?>
|
256 |
|
|
</td>
|
257 |
|
|
<td>
|
258 |
|
|
<?php
|
259 |
|
|
if ($alias["url"]) {
|
260 |
|
|
echo $alias["url"] . "<br />";
|
261 |
|
|
} else {
|
262 |
e6f34d22
|
Phil Davis
|
if (is_array($alias["aliasurl"])) {
|
263 |
14726356
|
Sjon Hortensius
|
$aliasurls = implode(", ", array_slice($alias["aliasurl"], 0, 10));
|
264 |
|
|
echo $aliasurls;
|
265 |
e6f34d22
|
Phil Davis
|
if (count($aliasurls) > 10) {
|
266 |
14726356
|
Sjon Hortensius
|
echo "…<br />";
|
267 |
|
|
}
|
268 |
|
|
echo "<br />\n";
|
269 |
|
|
}
|
270 |
|
|
$tmpaddr = explode(" ", $alias['address']);
|
271 |
|
|
$addresses = implode(", ", array_slice($tmpaddr, 0, 10));
|
272 |
|
|
echo $addresses;
|
273 |
e6f34d22
|
Phil Davis
|
if (count($tmpaddr) > 10) {
|
274 |
14726356
|
Sjon Hortensius
|
echo '…';
|
275 |
|
|
}
|
276 |
|
|
}
|
277 |
|
|
?>
|
278 |
|
|
</td>
|
279 |
|
|
<td>
|
280 |
|
|
<?=htmlspecialchars($alias['descr'])?>
|
281 |
|
|
</td>
|
282 |
|
|
<td>
|
283 |
5932fc6a
|
heper
|
<a class="fa fa-pencil" title="<?=gettext("Edit alias"); ?>" href="firewall_aliases_edit.php?id=<?=$i?>"></a>
|
284 |
0619c9db
|
Stephen Beaver
|
<a class="fa fa-trash" title="<?=gettext("Delete alias")?>" href="?act=del&tab=<?=$tab?>&id=<?=$i?>"></a>
|
285 |
df4957e4
|
Stephen Beaver
|
</td>
|
286 |
|
|
</tr>
|
287 |
14726356
|
Sjon Hortensius
|
<?php endif?>
|
288 |
|
|
<?php endforeach?>
|
289 |
|
|
</tbody>
|
290 |
|
|
</table>
|
291 |
0ce45fdf
|
Sander van Leeuwen
|
</div>
|
292 |
5b237745
|
Scott Ullrich
|
|
293 |
c10cb196
|
Stephen Beaver
|
<nav class="action-buttons">
|
294 |
df4957e4
|
Stephen Beaver
|
<a href="firewall_aliases_edit.php?tab=<?=$tab?>" role="button" class="btn btn-success btn-sm">
|
295 |
9d5a20cf
|
heper
|
<i class="fa fa-plus icon-embed-btn"></i>
|
296 |
df4957e4
|
Stephen Beaver
|
<?=gettext("Add");?>
|
297 |
11486640
|
Sjon Hortensius
|
</a>
|
298 |
df4957e4
|
Stephen Beaver
|
<a href="firewall_aliases_import.php" role="button" class="btn btn-default btn-sm">
|
299 |
9d5a20cf
|
heper
|
<i class="fa fa-download icon-embed-btn"></i>
|
300 |
df4957e4
|
Stephen Beaver
|
<?=gettext("Import");?>
|
301 |
11486640
|
Sjon Hortensius
|
</a>
|
302 |
|
|
</nav>
|
303 |
0f89c125
|
marcelloc
|
|
304 |
df4957e4
|
Stephen Beaver
|
<!-- Information section. Icon ID must be "showinfo" and the information <div> ID must be "infoblock".
|
305 |
|
|
That way jQuery (in pfenseHelpers.js) will automatically take care of the display. -->
|
306 |
|
|
<div>
|
307 |
|
|
<div id="infoblock">
|
308 |
67c2baf1
|
Phil Davis
|
<?=print_info_box(gettext('Aliases act as placeholders for real hosts, networks or ports. They can be used to minimize the number ' .
|
309 |
df4957e4
|
Stephen Beaver
|
'of changes that have to be made if a host, network or port changes. <br />' .
|
310 |
|
|
'You can enter the name of an alias instead of the host, network or port where indicated. The alias will be resolved according to the list above.' . '<br />' .
|
311 |
|
|
'If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped.'), info)?>
|
312 |
|
|
</div>
|
313 |
|
|
</div>
|
314 |
0f89c125
|
marcelloc
|
|
315 |
df4957e4
|
Stephen Beaver
|
<?php
|
316 |
5932fc6a
|
heper
|
include("foot.inc");
|