]> git.proxmox.com Git - mirror_frr.git/commitdiff
Merge pull request #307 from LabNConsulting/working/2.0/patch/rename2
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 30 Mar 2017 19:23:55 +0000 (14:23 -0500)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 19:23:55 +0000 (14:23 -0500)
Rename: FreeRangeRouting --> FRRouting

40 files changed:
ChangeLog
REPORTING-BUGS
configure.ac
debian/README.Debian
debian/copyright
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
doc/Building_FRR_on_FreeBSD10.md
doc/Building_FRR_on_FreeBSD11.md
doc/Building_FRR_on_FreeBSD9.md
doc/Building_FRR_on_NetBSD6.md
doc/Building_FRR_on_NetBSD7.md
doc/Building_FRR_on_OmniOS.md
doc/Building_FRR_on_OpenBSD6.md
doc/Building_FRR_on_Ubuntu1204.md
doc/Building_FRR_on_Ubuntu1404.md
doc/Building_FRR_on_Ubuntu1604.md
doc/frr.texi
doc/overview.texi
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
solaris/pkginfo.tmpl.in
tests/helpers/python/frrtest.py

index a201bb681916a680975d80daebbd33e3391caaaf..ec7e6cdde849cbfc64391d8d5bfaddcba840b351 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/
+       http://www.frrouting.org/
index ea36ff5eed8d69eb2283e6d4a3743d1804862941..01f25a2051ac34989d5a4f4bc6d5564810ec77aa 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
@@ -10,10 +10,10 @@ non-response to requests to reconfirm or supply additional
 information.
 
 Report bugs on Github Issue Tracker at 
-    https://github.com/freerangerouting/frr/issues
+    https://github.com/frrouting/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..02f1ae239c0e40e6cbd792fc14f6d5382aacfec0 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>
@@ -7,9 +7,9 @@
 ##
 AC_PREREQ(2.60)
 
-AC_INIT(frr, 2.0-rc2, [https://github.com/freerangerouting/frr/issues])
-PACKAGE_URL="https://freerangerouting.org/"
-PACKAGE_FULLNAME="FreeRangeRouting"
+AC_INIT(frr, 2.0-rc2, [https://github.com/frrouting/frr/issues])
+PACKAGE_URL="https://frrouting.org/"
+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 caded52075820c61dcc6f62db9802b3501cfd214..4cf35d7e325aefd91291159f4d8281fc4e9831fa 100644 (file)
@@ -14,7 +14,7 @@ available forcing you to explicitly type "apt-get install frr" to upgrade it.
 * What is frr?
 =================
 
-http://www.freerangerouting.org/
+http://www.frrouting.org/
 FRR is a routing software suite, providing implementations of OSPFv2,
 OSPFv3, RIP v1 and v2, RIPng, ISIS, PIM, BGP and LDP for Unix platforms, particularly
 FreeBSD and Linux and also NetBSD, to mention a few. FRR is a fork of Quagga
index 6a5ed98f916b7cdabf5f94004957c24f72c99ccc..7b873abd311f49c38a59e2b758142080eeb1bd66 100644 (file)
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Frr
-Upstream-Contact: maintainers@freerangerouting.org, security@freerangerouting.org
-Source: http://www.freerangerouting.org/
+Upstream-Contact: maintainers@frrouting.org, security@frrouting.org
+Source: http://www.frrouting.org/
 
 Files: *
 Copyright: 1996-2003 by the original Zebra authors:
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..c0c8efafdd4c5b41fd24f5b2c494b40aefd6f183 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 
@@ -78,7 +78,7 @@ an example.)
 You may want to pay special attention to `/usr/lib64` paths and change 
 them if you are not building on a x86_64 architecture
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index cd10a91ed74fefad7b367a6060261e988ed52955..570d14dee81d959a79567cbc95f111bac28e36a4 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 
@@ -37,7 +37,7 @@ an example.)
 You may want to pay special attention to `/usr/lib64` paths and change 
 them if you are not building on a x86_64 architecture
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index 902f8c623ae63a00760488df29c8420905b4c93c..81d58827d34b2722ac8a89b24e038a8dfa29420b 100644 (file)
@@ -32,14 +32,14 @@ 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
 (You may prefer different options on configure statement. These are just
 an example.)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index 9617afc733e37959cf44fbd45c8e3aef5a2ce3b3..6c5b78b1eb09c6a6fd08c599d51883e47e6235a2 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 
@@ -30,7 +30,7 @@ an example.)
 You may want to pay special attention to `/usr/lib64` paths and change 
 them if you are not building on a x86_64 architecture
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index 696b7d5d2e85ac35bb02bd48b2f9aecc00ff7504..8b5c919b64428dadc98150a934860a6b2ffa94cb 100644 (file)
@@ -41,7 +41,7 @@ using any packages**
 (You may prefer different options on configure statement. These are just 
 an example)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index d0b8a7bf8832c37d8dd86bdfc4e7dbd4dc0d171b..4c8704c6aacf54988d8028c15bd2f34ddbaca065 100644 (file)
@@ -41,7 +41,7 @@ using any packages**
 (You may prefer different options on configure statement. These are just
 an example)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index d470d0046afbbf4ef3e800c1e24fed2e3a418fb2..0a866acf90d6c118b44e1ee780a39d5d6210aa96 100644 (file)
@@ -41,7 +41,7 @@ using any packages**
 (You may prefer different options on configure statement. These are just
 an example)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index 03d04ce954e4bf3cf51492328cbef2084d98ea5b..dfc1f2c2920d3a7f23e762273bfa29a8d7a45ef6 100644 (file)
@@ -45,7 +45,7 @@ Get FRR, compile it and install it (from Git)
 (You may prefer different options on configure statement. These are just 
 an example)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index d9b4b47ea60e809ecdc2045482dce7abb2c59c3a..99230e385e571b02520f5bd8319eaaf24b689dd4 100644 (file)
@@ -39,7 +39,7 @@ Get FRR, compile it and install it (from Git)
 (You may prefer different options on configure statement. These are just
 an example)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index f158c80a7544ed30eaff1f8a203d76d1fa592c31..7ed22aaae38516589a093c6cf835c8a593629409 100644 (file)
@@ -87,7 +87,7 @@ any packages**
 (You may prefer different options on configure statement. These are just
 an example)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index 9e13d5ce458d0bca2a668443e86510f81dee9407..40bf982a470e4a0a768f38776e87f7a1bd19fc98 100644 (file)
@@ -40,7 +40,7 @@ any packages**
 (You may prefer different options on configure statement. These are just 
 an example)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index 3312a2c9c89dfc5e684988454ba26dda69044fe2..6e6374c2f858f9bdbfa40887e31f2ead5f1fbfcc 100644 (file)
@@ -72,7 +72,7 @@ any packages**
 (You may prefer different options on configure statement. These are just
 an example.)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index ac0a45acdfcaa5a7c85c60529ecdff7942562804..6db3f426b471bb7f355ff885f8cef0712d420647 100644 (file)
@@ -32,7 +32,7 @@ any packages**
 (You may prefer different options on configure statement. These are just 
 an example.)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index d1e1a377d07d37b59e84e4831a6012af9d8bd325..8e71cc1eeec95e402141f6752812a7bb3962269c 100644 (file)
@@ -33,7 +33,7 @@ any packages**
 (You may prefer different options on configure statement. These are just 
 an example.)
 
-    git clone https://github.com/freerangerouting/frr.git frr
+    git clone https://github.com/frrouting/frr.git frr
     cd frr
     git checkout stable/2.0
     ./bootstrap.sh
index d4a78b7b81805e22a767310909d74825731d87c1..0478ec592aa3c5b0267975cfc2b2f2a102a0af9e 100644 (file)
@@ -7,7 +7,7 @@
 @setfilename frr.info
 @c Set variables - sourced from defines.texi
 @include defines.texi
-@settitle @uref{http://www.freerangerouting.org,,@value{PACKAGE_NAME}}
+@settitle @uref{http://www.frrouting.org,,@value{PACKAGE_NAME}}
 @c %**end of header
 
 @c automake will automatically generate version.texi
@@ -48,16 +48,16 @@ This file documents the Frr Software Routing Suite which manages common
 TCP/IP routing protocols.
 
 This is Edition @value{EDITION}, last updated @value{UPDATED} of
-@cite{The Frr Manual}, for @uref{http://www.freerangerouting.org/,,@value{PACKAGE_NAME}}
+@cite{The Frr Manual}, for @uref{http://www.frrouting.org/,,@value{PACKAGE_NAME}}
 Version @value{VERSION}.
 
 @insertcopying
 @end ifinfo
 
 @titlepage
-@title @uref{http://www.freerangerouting.org,,Frr}
+@title @uref{http://www.frrouting.org,,Frr}
 @subtitle A routing software package for TCP/IP networks
-@subtitle @uref{http://www.freerangerouting.org,,@value{PACKAGE_NAME}} @value{VERSION}
+@subtitle @uref{http://www.frrouting.org,,@value{PACKAGE_NAME}} @value{VERSION}
 @subtitle @value{UPDATED-MONTH}
 @author @value{AUTHORS}
 
@@ -72,9 +72,9 @@ Version @value{VERSION}.
 @node Top
 @top Frr -- With Virtual Network Control
                     
-@uref{http://www.freerangerouting.org,,Frr} is an advanced routing software package
+@uref{http://www.frrouting.org,,Frr} is an advanced routing software package
 that provides a suite of TCP/IP based routing protocols.  This is the Manual
-for @value{PACKAGE_STRING}. @uref{http://www.freerangerouting.org,,Frr} is a fork of 
+for @value{PACKAGE_STRING}. @uref{http://www.frrouting.org,,Frr} is a fork of 
 @uref{http://www.quagga.net,,Quagga}.
 
 @insertcopying
index 370ada3f8a2442d2b67ac25868b60c9291d8c7b0..7ecf3d95c39162b7332c24df8dc8580436dbcafd 100644 (file)
@@ -2,7 +2,7 @@
 @chapter Overview
 @cindex Overview
 
-  @uref{http://www.freerangerouting.org,,Frr} is a routing software package that
+  @uref{http://www.frrouting.org,,Frr} is a routing software package that
 provides TCP/IP based routing services with routing protocols support such
 as RIPv1, RIPv2, RIPng, OSPFv2, OSPFv3, IS-IS, BGP-4, and BGP-4+ (@pxref{Supported
 RFCs}). Frr also supports special BGP Route Reflector and Route Server
@@ -275,12 +275,12 @@ November 1995.}
 
 The official Frr web-site is located at:
 
-@uref{http://www.freerangerouting.org/}
+@uref{http://www.frrouting.org/}
 
 and contains further information, as well as links to additional
 resources. 
 
-@uref{http://www.freerangerouting.org/,Frr} is a fork of Quagga, whose
+@uref{http://www.frrouting.org/,Frr} is a fork of Quagga, whose
 web-site is located at:
 
 @uref{http://www.quagga.net/}.
@@ -298,7 +298,7 @@ comments or suggestions to Frr, please subscribe to:
 
 @uref{http://lists.nox.tf/listinfo/frr-users}.
 
-The @uref{http://www.freerangerouting.org/,,Frr} site has further information on
+The @uref{http://www.frrouting.org/,,Frr} site has further information on
 the available mailing lists, see:
 
        @uref{http://lists.nox.tf/lists.php}
@@ -315,7 +315,7 @@ the available mailing lists, see:
 
 If you think you have found a bug, please send a bug report to:
 
-@uref{http://github.com/freerangerouting/frr/issues}
+@uref{http://github.com/frrouting/frr/issues}
 
 When you send a bug report, please be careful about the points below.
 
@@ -334,4 +334,4 @@ arguments to the configure script please note that too.
 
   Bug reports are very important for us to improve the quality of Frr.
 Frr is still in the development stage, but please don't hesitate to
-send a bug report to @uref{http://github.com/freerangerouting/frr/issues}.
+send a bug report to @uref{http://github.com/frrouting/frr/issues}.
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..6bec5d65cd3f2a4ed9542aae15a78481d591ee80 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.)
 
@@ -12,7 +12,7 @@ Building your own FreeRangeRouting RPM
        
 2. Checkout FRR under a **unpriviledged** user account
 
-               git clone https://github.com/freerangerouting/frr.git frr
+               git clone https://github.com/frrouting/frr.git frr
 
 3. Run Bootstrap and make distribution tar.gz
 
index c53e8459c9a98b551f6f7a7a605375dd7157ca93..6d94b5a5cc1336fc6712995f948918514f13d009 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 }
@@ -100,8 +100,8 @@ Version:            %{rpmversion}
 Release:               @CONFDATE@%{release_rev}%{?dist}
 License:               GPLv2+
 Group:                 System Environment/Daemons
-Source0:               http://www.freerangerouting.org/releases/frr/%{name}-%{frrversion}.tar.gz
-URL:                   http://www.freerangerouting.org
+Source0:               http://www.frrouting.org/releases/frr/%{name}-%{frrversion}.tar.gz
+URL:                   http://www.frrouting.org
 Requires:              ncurses json-c
 Requires(pre): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -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..c4db51bd6aa02a717fd54b2694b6c1d7a6ecd79b 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,9 +7,9 @@ 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
+        git clone https://github.com/frrouting/frr.git
         cd frr
 
 3. Run Bootstrap and make distribution tar.gz
@@ -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..aaff59438aec660eee5af0ad75c210c4a9ac9c47 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,10 +62,10 @@ 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
+    https://github.com/frrouting/frr.git
 
 Instructions for rebuilding the snap are in `README.snap_build.md`
 
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..08a9a11c0f8bc60849a2bb37127e5decf5368d14 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>
                        <manpage title='zebra' section='1M'
                                manpath='@mandir@' />
-                       <doc_link name='freerangerouting.org' 
-                               uri='http://www.freerangerouting.org/' />
+                       <doc_link name='frrouting.org' 
+                               uri='http://www.frrouting.org/' />
                </documentation>
        </template>
        </instance>
                <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>
                        <manpage title='ripd' section='1M'
                                manpath='@mandir@' />
-                       <doc_link name='freerangerouting.org' 
-                               uri='http://www.freerangerouting.org/' />
+                       <doc_link name='frrouting.org' 
+                               uri='http://www.frrouting.org/' />
                </documentation>
        </template>
        </instance>
                <documentation>
                        <manpage title='ripngd' section='1M'
                                manpath='@mandir@' />
-                       <doc_link name='freerangerouting.org' 
-                               uri='http://www.freerangerouting.org/' />
+                       <doc_link name='frrouting.org' 
+                               uri='http://www.frrouting.org/' />
                </documentation>
        </template>
        </instance>
                <documentation>
                        <manpage title='ospfd' section='1M'
                                manpath='@mandir@' />
-                       <doc_link name='freerangerouting.org' 
-                               uri='http://www.freerangerouting.org/' />
+                       <doc_link name='frrouting.org' 
+                               uri='http://www.frrouting.org/' />
                </documentation>
        </template>
        </instance>
                <documentation>
                        <manpage title='ospf6d' section='1M'
                                manpath='@mandir@' />
-                       <doc_link name='freerangerouting.org' 
-                               uri='http://www.freerangerouting.org/' />
+                       <doc_link name='frrouting.org' 
+                               uri='http://www.frrouting.org/' />
                </documentation>
        </template>
        </instance>
                <documentation>
                        <manpage title='bgpd' section='1M'
                                manpath='@mandir@' />
-                       <doc_link name='freerangerouting.org' 
-                               uri='http://www.freerangerouting.org/' />
+                       <doc_link name='frrouting.org' 
+                               uri='http://www.frrouting.org/' />
                </documentation>
        </template>
        </instance>
index 02abb0f96bf16b04f37d8403cf5936b03cf822d5..89a281ceb6824cc33c637792d8aaa72877e108fd 100644 (file)
@@ -1,9 +1,9 @@
 ARCH="@target_cpu@"
 CATEGORY="system"
 VERSION="@PACKAGE_VERSION@,REV=@CONFDATE@"
-VENDOR="http://www.freerangerouting.org/"
+VENDOR="http://www.frrouting.org/"
 HOTLINE="@PACKAGE_BUGREPORT@"
-EMAIL=maintainers@freerangerouting.org
+EMAIL=maintainers@frrouting.org
 DESC="@PACKAGE_NAME@ Routing Protocols"
 MAXINST=1
 CLASSES="none preserve renamenew manifest"
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