. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ##|+PRIV ##|*IDENT=page-status-interfaces ##|*NAME=Status: Interfaces ##|*DESCR=Allow access to the 'Status: Interfaces' page. ##|*MATCH=status_interfaces.php* ##|-PRIV require_once("guiconfig.inc"); require_once("shaper.inc"); require_once("filter.inc"); if ($_POST['if'] && $_POST['submit']) { $interface = $_POST['if']; if ($_POST['status'] == "up") { interface_bring_down($interface); } else { interface_configure($interface); } header("Location: status_interfaces.php"); exit; } $formtemplate = '
' . '' . '' . '%s' . '' . '
'; // Display a term/definition pair function showDef($show, $term, $def) { if ($show) { print('
' . $term . '
'); print('
' . htmlspecialchars($def) . '
'); } } // Display a term/definition pair with a button function showDefBtn($show, $term, $def, $ifval, $btnlbl) { global $formtemplate; if ($show) { print('
' . $term . '
'); print('
'); printf($formtemplate, $term, $ifval, $show, htmlspecialchars($def) . ' ', $btnlbl, $btnlbl); print('
'); } } $pgtitle = array(gettext("Status"), gettext("Interfaces")); $shortcut_section = "interfaces"; include("head.inc"); $ifdescrs = get_configured_interface_with_descr(false, true); foreach ($ifdescrs as $ifdescr => $ifname): $ifinfo = get_interface_info($ifdescr); $mac_man = load_mac_manufacturer_table(); ?>

(, )

not prevent dial-on-demand from making connections ". "to the outside! Don't use dial-on-demand if the line ". "is to be kept disconnected."), 'warning', false); include("foot.inc"); ?>