]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/route_types.txt
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / lib / route_types.txt
index c48391545d0f4a36098ae9929f8d7b0191fd2e47..a82273a6dcb0c322846d8483c3857b58e9b8b1d3 100644 (file)
@@ -1,9 +1,9 @@
-# Canonical Zserv route types information registry for Quagga.
+# Canonical Zserv route types information registry for FRR.
 #
 # Used to construct route_types.c and route_types.h
 #
 # comma-seperated fields of either 2 fields (help strings) or 7 fields.
-# White space before and after the comma seperators is stripped.
+# White space before and after the comma separators is stripped.
 # Lines /beginning/ with # are comments.
 #
 ####
@@ -60,7 +60,7 @@ ZEBRA_ROUTE_PIM,      pim,       pimd,   'P', 0, 0, 0,     "PIM",           pimd
 ZEBRA_ROUTE_EIGRP,      eigrp,     eigrpd, 'E', 1, 0, 1,     "EIGRP",         eigrpd
 ZEBRA_ROUTE_NHRP,       nhrp,      nhrpd,  'N', 1, 1, 1,     "NHRP",          nhrpd
 # HSLS and OLSR both are AFI independent (so: 1, 1), however
-# we want to disable for them for general Quagga distribution.
+# we want to disable for them for general FRR distribution.
 # This at least makes it trivial for users of these protocols
 # to 'switch on' redist support (direct numeric entry remaining
 # possible).