. * 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-ipsec-spd ##|*NAME=Status: IPsec: SPD ##|*DESCR=Allow access to the 'Status: IPsec: SPD' page. ##|*MATCH=status_ipsec_spd.php* ##|-PRIV define('RIGHTARROW', '►'); define('LEFTARROW', '◄'); require_once("guiconfig.inc"); require_once("ipsec.inc"); $pgtitle = array(gettext("Status"), gettext("IPsec"), gettext("SPDs")); $shortcut_section = "ipsec"; include("head.inc"); $spd = ipsec_dump_spd(); $tab_array = array(); $tab_array[0] = array(gettext("Overview"), false, "status_ipsec.php"); $tab_array[1] = array(gettext("Leases"), false, "status_ipsec_leases.php"); $tab_array[2] = array(gettext("SADs"), false, "status_ipsec_sad.php"); $tab_array[3] = array(gettext("SPDs"), true, "status_ipsec_spd.php"); display_top_tabs($tab_array); if (count($spd)) { ?>
->
', ''), 'info', false); ?>