From a200b850fac0a945abec7d1817c8495c6e3ce385 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 16 Aug 2015 03:19:25 +0200 Subject: routed - code style fixes - Fix copyright header and indentation - Nuke useless comments and empty tags - Install routed service --- config/routed/routed.xml | 92 +++++++++++++++++++++++++----------------------- 1 file changed, 48 insertions(+), 44 deletions(-) (limited to 'config/routed') diff --git a/config/routed/routed.xml b/config/routed/routed.xml index 8764b172..b38d7ee3 100644 --- a/config/routed/routed.xml +++ b/config/routed/routed.xml @@ -1,51 +1,65 @@ + + - /* $Id$ */ - /* - part of pfSense (https://www.pfsense.org/) + + Copyright (C) 2015 ESF, LLC + All rights reserved. +*/ +/* ====================================================================================== */ +/* + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: - Copyright (C) 2006 Bill Marquette - bill.marquette@gmail.com. - All rights reserved. - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - */ + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +*/ +/* ====================================================================================== */ + ]]> routed - 1.1 + 1.2 Services: RIP /usr/local/pkg/routed.inc - https://packages.pfsense.org/packages/config/routed/routed.inc - - RIP
Services
routed.xml pkg_edit.php?xml=routed.xml&id=0
+ + routed + routed.sh + routed + Routing Information Protocol Daemon + ROUTED Settings @@ -53,16 +67,12 @@ - ['installedpackages']['routed']['config'] - Enable RIP enable - Enables the Routing Information Protocol daemon + Enables the Routing Information Protocol daemon. checkbox iface_array[],ripversion,passwd,enable_no_ag,enable_no_super_ag @@ -73,7 +83,7 @@ true 3 interfaces_selection - Select the interfaces that RIP will bind to. You can use the CTRL or COMMAND key to select multiple interfaces. + Select the interfaces that RIP will bind to. You can use the CTRL or COMMAND key to select multiple interfaces. @@ -91,36 +101,30 @@ RIPv2 password passwd - Specify a RIPv2 password. This password will be sent - in the clear on all RIPv2 responses received and sent. - + Specify a RIPv2 password. This password will be sent in the clear on all RIPv2 responses received and sent. input no_ag enable_no_ag - turns off aggregation of subnets in RIPv1 and RIPv2 responses. + Turns off aggregation of subnets in RIPv1 and RIPv2 responses. checkbox no_super_ag enable_no_super_ag - turns off aggregation of networks into supernets in RIPv2 responses. + Turns off aggregation of networks into supernets in RIPv2 responses. checkbox pkg_edit.php?xml=routed.xml&id=0 - - - - - conf_mount_rw(); setup_routed(); - conf_mount_ro(); + routed_install_command(); + routed_deinstall_command();
-- cgit v1.2.3