]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tools: update to use FRR name
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 12 Jul 2017 18:26:22 +0000 (13:26 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 12 Jul 2017 18:26:22 +0000 (13:26 -0500)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
tools/frr-reload.py
tools/multiple-bgpd.sh
tools/vty_index.cocci

index a7a04be639843440e9158ddd7cbea719e67f81cd..bfdc08ab4ca5ab23a81f9568160df9c8ebdac3c5 100755 (executable)
@@ -812,7 +812,7 @@ def compare_context_objects(newconf, running):
                 delete_bgpd = True
                 lines_to_del.append((running_ctx_keys, None))
 
-            # We cannot do 'no interface' in quagga, and so deal with it
+            # We cannot do 'no interface' in FRR, and so deal with it
             elif running_ctx_keys[0].startswith('interface'):
                 for line in running_ctx.lines:
                     lines_to_del.append((running_ctx_keys, line))
@@ -1010,7 +1010,7 @@ if __name__ == '__main__':
         # the "neighbor 1.1.1.1 route-map FOO out" line...so we compare the
         # configs again to put this line back.
 
-        # There are many keywords in quagga that can only appear one time under
+        # There are many keywords in FRR that can only appear one time under
         # a context, take "bgp router-id" for example. If the config that we are
         # reloading against has the following:
         #
@@ -1038,7 +1038,7 @@ if __name__ == '__main__':
                 lines_to_add.extend(lines_to_add_first_pass)
 
             # Only do deletes on the first pass. The reason being if we
-            # configure a bgp neighbor via "neighbor swp1 interface" quagga
+            # configure a bgp neighbor via "neighbor swp1 interface" FRR
             # will automatically add:
             #
             # interface swp1
index 20a92a91606c01c69a01a2ae3fdf44933720263f..6dee1bafc3662f881f32dd8ea5997e8f239f7e7a 100644 (file)
@@ -10,8 +10,8 @@ PREFIX=192.168.145.
 #PREFIX=3ffe:123:456::
 ADDRPLEN=32
 CONFBASE=/tmp
-PIDBASE=/var/run/quagga
-CHOWNSTR=quagga:quagga
+PIDBASE=/var/run/frr
+CHOWNSTR=frr:frr
 
 for H in `seq 1 ${NUM}` ; do
        CONF="${CONFBASE}"/bgpd${H}.conf
index 8290e80b91c3b52c1ed4a9dd125592dbaf6c17c7..eabbaa1aa5ec07c86927c4dde9ec32df41412617 100644 (file)
@@ -141,7 +141,7 @@ fn << rule11.fn;
 @@
 print "R11 removing vty-index argument on %s(...)" % (fn)
 
-#/* find type of the argument - note args are mostly unnamed in Quagga :( */
+#/* find type of the argument - note args are mostly unnamed in FRR :( */
 @ rule12 @
 identifier rule11.fn;
 identifier T, argname;