]> git.proxmox.com Git - mirror_frr.git/commitdiff
Rename: FreeRangeRouting FRRouting
authorLou Berger <lberger@labn.net>
Thu, 30 Mar 2017 18:22:35 +0000 (14:22 -0400)
committerLou Berger <lberger@labn.net>
Thu, 30 Mar 2017 18:22:35 +0000 (14:22 -0400)
Signed-off-by: Lou Berger <lberger@labn.net>
25 files changed:
ChangeLog
REPORTING-BUGS
configure.ac
defaults.h
doc/Building_FRR_on_CentOS6.md
doc/Building_FRR_on_CentOS7.md
doc/Building_FRR_on_Debian8.md
doc/Building_FRR_on_Fedora24.md
lib/command.c
lib/version.h.in
ospfd/ospf_dump_api.c
ospfd/ospf_dump_api.h
redhat/README.rpm_build.md
redhat/frr.spec.in
snapcraft/README.snap_build.md
snapcraft/README.usage.md
snapcraft/snapcraft.yaml.in
solaris/README.txt
solaris/depend.daemons.in
solaris/depend.dev.in
solaris/depend.libs.in
solaris/depend.smf.in
solaris/frr.init.in
solaris/frr.xml.in
tests/helpers/python/frrtest.py

index a201bb681916a680975d80daebbd33e3391caaaf..6793fc25d7f9fe06a5f9b676b5dd88107501edef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-ChangeLog information for FreeRangeRouting is for now recorded in source-code
+ChangeLog information for FRRouting is for now recorded in source-code
 management system. Please see:
 
        http://www.freerangerouting.org/
index ea36ff5eed8d69eb2283e6d4a3743d1804862941..a37f5c2829b8a781adb96bf938ec093b8db5d725 100644 (file)
@@ -1,5 +1,5 @@
-This file describes the procedure for reporting FreeRangeRouting bugs. You are not
-obliged to follow this format, but it would be great help for FreeRangeRouting developers
+This file describes the procedure for reporting FRRouting bugs. You are not
+obliged to follow this format, but it would be great help for FRRouting developers
 if you report a bug as described below.
 
 Bugs submitted with woefully incomplete information may be summarily
@@ -13,7 +13,7 @@ Report bugs on Github Issue Tracker at
     https://github.com/freerangerouting/frr/issues
 
 Please supply the following information:
-1. Your FreeRangeRouting version or if it is from git then the  commit reference.
+1. Your FRRouting version or if it is from git then the  commit reference.
    Please try to report bugs against git master or the latest release.
 2. FRR daemons you run e.g. bgpd or ripd and full name of your OS. Any
    specific options you compiled Quagga with. 
index 9fc3cb72f32d09353f67af2e1b6146ecfa18b668..cbddaa63fad6d9fa773fe0f7a067d26a93145a43 100755 (executable)
@@ -1,5 +1,5 @@
 ##
-## Configure template file for FreeRangeRouting.
+## Configure template file for FRRouting.
 ## autoconf will generate configure script.
 ##
 ##  Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
@@ -9,7 +9,7 @@ AC_PREREQ(2.60)
 
 AC_INIT(frr, 2.0-rc2, [https://github.com/freerangerouting/frr/issues])
 PACKAGE_URL="https://freerangerouting.org/"
-PACKAGE_FULLNAME="FreeRangeRouting"
+PACKAGE_FULLNAME="FRRouting"
 AC_SUBST(PACKAGE_FULLNAME)
 
 CONFIG_ARGS="$ac_configure_args"
@@ -1639,7 +1639,7 @@ AC_CONFIG_FILES([vtysh/extract.pl],[chmod +x vtysh/extract.pl])
 AC_OUTPUT
 
 echo "
-FreeRangeRouting configuration
+FRRouting configuration
 ------------------------------
 FRR version             : ${PACKAGE_VERSION}
 host operating system   : ${host_os}
index e43fb2aa1adcbe8acd940734676e9240d089a966..57e35f3ce6c4ba69b50f7315ba48e2e7619cfb94 100644 (file)
@@ -2,7 +2,7 @@
  * FRR switchable defaults.
  * Copyright (C) 2017  David Lamparter for NetDEF, Inc.
  *
- * This file is part of FreeRangeRouting (FRR).
+ * This file is part of FRRouting (FRR).
  *
  * FRR is free software; you can redistribute it and/or modify it under the
  * terms of the GNU General Public License as published by the Free Software
index ccb07fb2acf7157a970dc7ff50354e75a78e5af5..1ff47482301ee1ca16a68e70ce7c6e6743db3ed8 100644 (file)
@@ -69,7 +69,7 @@ any packages**
     sudo groupadd -g 92 frr
     sudo groupadd -r -g 85 frrvt
     sudo useradd -u 92 -g 92 -M -r -G frrvt -s /sbin/nologin \
-      -c "FRR FreeRangeRouting suite" -d /var/run/frr frr
+      -c "FRR FRRouting suite" -d /var/run/frr frr
 
 ### Download Source, configure and compile it
 (You may prefer different options on configure statement. These are just 
index cd10a91ed74fefad7b367a6060261e988ed52955..1a9bcb881751f689572fe69033a03180fe4d7967 100644 (file)
@@ -28,7 +28,7 @@ any packages**
     sudo groupadd -g 92 frr
     sudo groupadd -r -g 85 frrvt
     sudo useradd -u 92 -g 92 -M -r -G frrvt -s /sbin/nologin \
-      -c "FRR FreeRangeRouting suite" -d /var/run/frr frr
+      -c "FRR FRRouting suite" -d /var/run/frr frr
 
 ### Download Source, configure and compile it
 (You may prefer different options on configure statement. These are just 
index 902f8c623ae63a00760488df29c8420905b4c93c..4335e762103516685ebd608c79edf67bb08855bf 100644 (file)
@@ -32,7 +32,7 @@ any packages**
     sudo addgroup --system --gid 92 frr
     sudo addgroup --system --gid 85 frrvty
     sudo adduser --system --ingroup frr --groups frrvty --home /var/run/frr/ \
-       --gecos "FRR FreeRangeRouting suite" --shell /bin/false frr
+       --gecos "FRR FRRouting suite" --shell /bin/false frr
     sudo usermode
 
 ### Download Source, configure and compile it
index 9617afc733e37959cf44fbd45c8e3aef5a2ce3b3..0afc5c676ab47e03c221a3aba8447ca5c3fd9117 100644 (file)
@@ -21,7 +21,7 @@ using any packages**
     sudo groupadd -g 92 frr
     sudo groupadd -r -g 85 frrvt
     sudo useradd -u 92 -g 92 -M -r -G frrvt -s /sbin/nologin \
-      -c "FRR FreeRangeRouting suite" -d /var/run/frr frr
+      -c "FRR FRRouting suite" -d /var/run/frr frr
 
 ### Download Source, configure and compile it
 (You may prefer different options on configure statement. These are just 
index 919e27ada456d82f07d5257a17dccfe20bce4dc4..142636afce9f180c714a77817697f56cec5e0d51 100644 (file)
@@ -3087,7 +3087,7 @@ DEFUN (show_version,
 DEFUN (frr_version_defaults,
        frr_version_defaults_cmd,
        "frr (version|defaults) .LINE",
-       "FreeRangeRouting global parameters\n"
+       "FRRouting global parameters\n"
        "version configuration was written by\n"
        "set of configuration defaults used\n"
        "version string\n")
index 6c78bd0544f1d0459fe8271bc462fd0a80b48b64..d9eabb9f8170595f305b3b1d32da97507f43b4a5 100644 (file)
@@ -39,7 +39,7 @@
 #define FRR_SMUX_NAME   "@PACKAGE_NAME@"
 #define FRR_PTM_NAME    "@PACKAGE_NAME@"
 
-#define FRR_FULL_NAME   "FreeRangeRouting"
+#define FRR_FULL_NAME   "FRRouting"
 #define FRR_VERSION     "@PACKAGE_VERSION@" GIT_SUFFIX
 #define FRR_VER_SHORT   "@PACKAGE_VERSION@"
 #define FRR_BUG_ADDRESS "@PACKAGE_BUGREPORT@"
index 20e7740d32019bdfdd3cc77a72a07597f3e62c3c..5ef262ce5414b4be247bbcbfd08b0eec34c9765c 100644 (file)
@@ -2,7 +2,7 @@
  * OSPFd dump routine (parts used by ospfclient).
  * Copyright (C) 1999, 2000 Toshiaki Takada
  *
- * This file is part of FreeRangeRouting (FRR).
+ * This file is part of FRRouting (FRR).
  *
  * FRR is free software; you can redistribute it and/or modify it under the
  * terms of the GNU General Public License as published by the Free Software
index c3ff1e3f5438f66c76a0c2e93b31e2cde2fab06d..1cd8257f0ca613a49d42a4878051959d39ed1934 100644 (file)
@@ -2,7 +2,7 @@
  * OSPFd dump routine (parts used by ospfclient).
  * Copyright (C) 1999 Toshiaki Takada
  *
- * This file is part of FreeRangeRouting (FRR).
+ * This file is part of FRRouting (FRR).
  *
  * FRR is free software; you can redistribute it and/or modify it under the
  * terms of the GNU General Public License as published by the Free Software
index db3c7d45c83f8e97702ee86a67fc83d7a2d45902..c266f3dc2eadb784d4708e77d9f40aa493a5453d 100644 (file)
@@ -1,4 +1,4 @@
-Building your own FreeRangeRouting RPM
+Building your own FRRouting RPM
 ======================================
 (Tested on CentOS 6, CentOS 7 and Fedora 22.)
 
index c53e8459c9a98b551f6f7a7a605375dd7157ca93..e0d8f697db779cdf4f0a4dbf205bb770615d4c5d 100644 (file)
@@ -8,7 +8,7 @@
 # rpms again and again on the same day, so the newer rpms can be installed.
 # bumping the number each time.
 
-####################### FreeRangeRouting (FRR) configure options #########################
+####################### FRRouting (FRR) configure options #########################
 # with-feature options
 %{!?with_tcp_zebra:            %global with_tcp_zebra          0 }
 %{!?with_pam:                  %global with_pam                0 }
@@ -128,14 +128,14 @@ BuildRoot:                        %{_tmppath}/%{name}-%{version}-root
 Obsoletes:                     bird gated mrt zebra frr-sysvinit
 
 %description
-FreeRangeRouting is a free software that manages TCP/IP based routing
+FRRouting is a free software that manages TCP/IP based routing
 protocol. It takes multi-server and multi-thread approach to resolve
 the current complexity of the Internet.
 
-FreeRangeRouting supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM
+FRRouting supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM
 and LDP
 
-FreeRangeRouting is a fork of Quagga.
+FRRouting is a fork of Quagga.
 
 %package contrib
 Summary: contrib tools for frr
@@ -303,7 +303,7 @@ if getent group %frr_user >/dev/null; then : ; else \
 fi
 if getent passwd %frr_user >/dev/null ; then : ; else \
  /usr/sbin/useradd  -u %frr_uid -g %frr_gid \
-  -M -r -s /sbin/nologin -c "FreeRangeRouting suite" \
+  -M -r -s /sbin/nologin -c "FRRouting suite" \
   -d %_localstatedir %frr_user 2> /dev/null || : ; \
 fi
 %if 0%{?vty_group:1}
@@ -571,7 +571,7 @@ rm -rf %{buildroot}
 
 %changelog
 * Fri Jan  6 2017 Martin Winter <mwinter@opensourcerouting.org> - %{version}
-- Renamed to frr for FreeRangeRouting fork of Quagga
+- Renamed to frr for FRRouting fork of Quagga
 
 * Thu Feb 11 2016 Paul Jakma <paul@jakma.org> 
 - remove with_ipv6 conditionals, always build v6
index 341b210f71e2e044beffd6401e93fa7c99769c5b..b14b10b837a874e324af0027285935f4590a5666 100644 (file)
@@ -1,4 +1,4 @@
-Building your own FreeRangeRouting Snap
+Building your own FRRouting Snap
 ========================================
 (Tested on Ubuntu 16.04 with Snap Version 2, does not work on Ubuntu 15.x
 which uses earlier versions of snaps)
@@ -7,7 +7,7 @@ which uses earlier versions of snaps)
 
         sudo apt-get install snapcraft
        
-2. Checkout FreeRangeRouting under a **unpriviledged** user account
+2. Checkout FRRouting under a **unpriviledged** user account
 
         git clone https://github.com/freerangerouting/frr.git
         cd frr
@@ -56,8 +56,8 @@ The Snap will be auto-started and running.
 Operations
 ==========
 
-### FreeRangeRouting Daemons
-At this time, all FreeRangeRouting daemons are auto-started.
+### FRRouting Daemons
+At this time, all FRRouting daemons are auto-started.
 
 A daemon can be stopped/started with (ie ospf6d)
 
@@ -69,7 +69,7 @@ or disabled/enabled with
     systemctl disable snap.frr.ospf6d.service
     systemctl enable snap.frr.ospf6d.service
 
-### FreeRangeRouting Commands
+### FRRouting Commands
 All the commands are prefixed with frr.
 
     frr.vtysh       -> vtysh
index 2d2b32b6b7fb0ff112a01d92c089960936661c7b..a8d6bca76c2d39be8d69404d89265a45d0da3022 100644 (file)
@@ -1,14 +1,14 @@
-Using the FreeRangeRouting Snap
+Using the FRRouting Snap
 ===============================
 
 After installing the Snap, the priviledged plug need to be connected:
 
     snap connect frr:network-control ubuntu-core:network-control
 
-Enabling/Disabling FreeRangeRouting Daemons
+Enabling/Disabling FRRouting Daemons
 -------------------------------------------
 
-By default (at this time), all FreeRangeRouting daemons will be enabled
+By default (at this time), all FRRouting daemons will be enabled
 on installation. If you want to disable a specific daemon, then use 
 the systemctl commands
 
@@ -24,7 +24,7 @@ Commands defined by this snap
 -----------------------------
 
 - `frr.vtysh`:
-       FreeRangeRouting VTY Shell (configuration tool)
+       FRRouting VTY Shell (configuration tool)
 - `frr.version`:
        Returns output of `zebra --version` to display version and configured 
        options
@@ -62,7 +62,7 @@ FAQ
 Sourcecode available
 ====================
 
-The source for this SNAP is available as part of the FreeRangeRouting
+The source for this SNAP is available as part of the FRRouting
 Source Code Distribution. 
 
     https://github.com/freerangerouting/frr.git
index a703766f0b92cebc2e8016975da8ae743485c977..a20a1d0392f297ec8524878e5f16532463104b5a 100644 (file)
@@ -1,11 +1,11 @@
 name: frr
 version: @VERSION@
-summary: FreeRangeRouting BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM/LDP routing daemon
+summary: FRRouting BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM/LDP routing daemon
 description: BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM routing daemon
- FreeRangeRouting (FRR) is free software which manages TCP/IP based routing 
+ FRRouting (FRR) is free software which manages TCP/IP based routing 
  protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, 
  RIPng, PIM and LDP as well as the IPv6 versions of these.
- FreeRangeRouting (frr) is a fork of Quagga.
+ FRRouting (frr) is a fork of Quagga.
 confinement: strict
 grade: devel
 
index 01f725b8fadc954545522c5587ca685579dd111c..589570d881ca7b60a5ef979eb166cad7912fa76d 100644 (file)
@@ -15,13 +15,13 @@ Requirements:
   
   i.manifest must be at least version 1.5. Place these scripts in
   this directory if you are using Solaris 10 GA (which does not ship with
-  these scripts), or in the solaris/ directory in the FreeRangeRouting source.
+  these scripts), or in the solaris/ directory in the FRRouting source.
 
 
 Package creation instructions:
 ------------------------------
 
-1. Configure and build FreeRangeRouting (frr) in the top level build directory as per normal, eg:
+1. Configure and build FRRouting (frr) in the top level build directory as per normal, eg:
 
        ./configure --prefix=/usr/local/frr \
                --localstatedir=/var/run/frr \
@@ -102,7 +102,7 @@ Install and post-install configuration notes:
     
     # # svcs -l ripd
     fmri         svc:/network/routing/frr:ripd
-    name         FreeRangeRouting: ripd, RIPv1/2 IPv4 routing protocol daemon.
+    name         FRRouting: ripd, RIPv1/2 IPv4 routing protocol daemon.
     enabled      true
     state        online
     next_state   none
@@ -117,7 +117,7 @@ Install and post-install configuration notes:
 
   - Configuration of startup options is by way of SMF properties in a
     property group named 'frr'. The defaults should automatically be
-    inline with how you configured FreeRangeRouting in Step 1 above. 
+    inline with how you configured FRRouting in Step 1 above. 
   
   - By default the VTY interface is disabled. To change this, see below for
     how to set the 'frr/vty_port' property as appropriate for
@@ -176,11 +176,11 @@ Install and post-install configuration notes:
   - As SMF is dependency aware, restarting network/zebra will restart all the
     other daemons.
   
-  - To upgrade from one set of FreeRangeRouting packages to a newer release,
+  - To upgrade from one set of FRRouting packages to a newer release,
     one must first pkgrm the installed packages. When one pkgrm's FRRsmf all
     property configuration will be lost, and any customisations will have to
     redone after installing the updated FRRsmf package.
   
 - These packages are not supported by Sun Microsystems, report bugs via the
-  usual FreeRangeRouting channels, ie Issue Tracker. Improvements/contributions of course would be greatly appreciated.
+  usual FRRouting channels, ie Issue Tracker. Improvements/contributions of course would be greatly appreciated.
 
index 64fb03ac198cac3afc394483797b6886051faa0b..a8ce943e31d5c67ee9f8f1b585b80d1bf7be00be 100644 (file)
@@ -1,4 +1,4 @@
-P FRRlibs FreeRangeRouting common runtime libraries
+P FRRlibs FRRouting common runtime libraries
        @PACKAGE_VERSION@,REV=@CONFDATE@
 P SUNWcsu Core Solaris, (Usr)
 P SUNWcsr Core Solaris Libraries (Root)
index 5d8bf16ed6b3cc5400c3b3ca39b4a44199181a8a..1b65724a0454a9892955e10c90948d76f37acb0d 100644 (file)
@@ -1,2 +1,2 @@
-P FRRlibs FreeRangeRouting common runtime libraries
+P FRRlibs FRRouting common runtime libraries
        @PACKAGE_VERSION@,REV=@CONFDATE@
index 6ead0b2867edbde7f394bb169d4872916e06535a..04f04efd01999dd16609a4f68ca2fa8b3b69c6f9 100644 (file)
@@ -1,5 +1,5 @@
 P SUNWcslr  Core Solaris Libraries (Root)
 P SUNWcsl Core Solaris, (Shared Libs)
 P SUNWlibmsr Math & Microtasking Libraries (Root)
-R FRRdaemons FreeRangeRouting daemons
+R FRRdaemons FRRouting daemons
 R FRRdev
index 66b11eba2a578e05f7d6f68387d624525288743f..b3b1bd778c770489e67a2a0eb91464b179b7b96d 100644 (file)
@@ -1,4 +1,4 @@
-P FRRaemons FreeRangeRouting daemons
+P FRRaemons FRRouting daemons
        @PACKAGE_VERSION@,REV=@CONFDATE@
 P SUNWcsu Core Solaris, (Usr)
 P SUNWcsr Core Solaris Libraries (Root)
index 580fd9b35cd5b9b65af41573a5da5cf23e3786f8..bd9ab85e6918e462638301c8021515a17cd51614 100755 (executable)
@@ -3,20 +3,20 @@
 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
 # Use is subject to license terms.
 #
-# This file is part of FreeRangeRouting.
+# This file is part of FRRouting.
 #
-# FreeRangeRouting is free software; you can redistribute it and/or modify 
+# FRRouting is free software; you can redistribute it and/or modify 
 # it under the terms of the GNU General Public License as published by the
 # Free Software Foundation; either version 2, or (at your option) any
 # later version.
 #
-# FreeRangeRouting is distributed in the hope that it will be useful, but
+# FRRouting is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with FreeRangeRouting; see the file COPYING.  If not, write to 
+# along with FRRouting; see the file COPYING.  If not, write to 
 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
 # Boston, MA 02111-1307, USA.
 #
@@ -74,7 +74,7 @@ handle_routeadm_upgrade () {
 
 upgrade_config () {
        DAEMON=$1
-       # handle upgrade of SUNWzebra to FreeRangeRouting
+       # handle upgrade of SUNWzebra to FRRouting
        if [ -d "/etc/frr" -a ! -f "/etc/frr/${DAEMON}.conf" ] ; then
                if [ -f "/etc/sfw/zebra/${DAEMON}.conf" ] ; then
                        cp "/etc/sfw/zebra/${DAEMON}.conf" \
@@ -216,7 +216,7 @@ case "${DAEMON}" in
        ;;
 esac
 
-# Older FreeRangeRouting SMF packages pass daemon args on the commandline
+# Older FRRouting SMF packages pass daemon args on the commandline
 # Newer SMF routeadm model uses properties for each argument
 # so we must handle that.
 if [ smf_present -a -f "$ROUTEADMINCLUDE" ]; then
index 5ac7e527211ecb717a7ae7fef66c45e44d72a0f3..825c987a41b18aa85c9a10121c725ef2272098bf 100644 (file)
@@ -1,20 +1,20 @@
 <?xml version="1.0"?>
 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
 <!--
-       This file is part of FreeRangeRouting (FRR)
+       This file is part of FRRouting (FRR)
 
-       FreeRangeRouting is free software; you can redistribute it and/or 
+       FRRouting is free software; you can redistribute it and/or 
        modify it under the terms of the GNU General Public License as 
        published by the Free Software Foundation; either version 2, or 
        (at your option) anylater version.
 
-       FreeRangeRouting is distributed in the hope that it will be useful, 
+       FRRouting is distributed in the hope that it will be useful, 
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
        General Public License for more details.
 
        You should have received a copy of the GNU General Public License  
-       along with FreeRangeRouting; see the file COPYING.  If not, write to 
+       along with FRRouting; see the file COPYING.  If not, write to 
        the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
        Boston, MA 02111-1307, USA.
 
                <propval name='value_authorization' type='astring' 
                         value='solaris.smf.value.routing' />
                
-               <!-- Options common to FreeRangeRouting daemons
+               <!-- Options common to FRRouting daemons
                     Property names are equivalent to the long
-                    option name, consult FreeRangeRouting documentation -->
+                    option name, consult FRRouting documentation -->
                <!-- The config file to use, if not the default -->
                <propval name='config_file' type='astring' value=''/>
                <!-- The vty_port to listen on if not the default.
        <template>
                <common_name>
                        <loctext xml:lang='C'>
-                       FreeRangeRouting: zebra, RIB, kernel intermediary and misc daemon
+                       FRRouting: zebra, RIB, kernel intermediary and misc daemon
                        </loctext>
                </common_name>
                <documentation>
                <propval name='value_authorization' type='astring' 
                         value='solaris.smf.value.routing' />
 
-               <!-- Options common to FreeRangeRouting daemons -->
+               <!-- Options common to FRRouting daemons -->
                <!-- The config file to use, if not the default -->
                <propval name='config_file' type='astring' value=''/>
                <!-- The vty_port to listen on if not the default.
        <template>
                <common_name>
                        <loctext xml:lang='C'>
-                       FreeRangeRouting: ripd, RIPv1/2 IPv4 routing protocol daemon.
+                       FRRouting: ripd, RIPv1/2 IPv4 routing protocol daemon.
                        </loctext>
                </common_name>
                <documentation>
index 21944bcf980b9b9300405c3a43b8bc468d6c0805..a7ef1c56b7d2d8c30ba70d62877fd755eae1bad6 100644 (file)
@@ -4,7 +4,7 @@
 # Copyright (C) 2017 by David Lamparter & Christian Franke,
 #                       Open Source Routing / NetDEF Inc.
 #
-# This file is part of FreeRangeRouting (FRR)
+# This file is part of FRRouting (FRR)
 #
 # FRR is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the