summaryrefslogtreecommitdiff
path: root/doc/kernel.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kernel.texi')
-rw-r--r--doc/kernel.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/kernel.texi b/doc/kernel.texi
index 67fbb5e360..e58ade5a85 100644
--- a/doc/kernel.texi
+++ b/doc/kernel.texi
@@ -31,7 +31,7 @@ information.
@item netlink
On recent Linux kernels (2.0.x and 2.2.x), there is a kernel/user
communication support called @code{netlink}. It makes asynchronous
-communication between kernel and Quagga possible, similar to a routing
+communication between kernel and Frr possible, similar to a routing
socket on BSD systems.
Before you use this feature, be sure to select (in kernel configuration)
@@ -41,7 +41,7 @@ the kernel/netlink support option 'Kernel/User network link driver' and
Today, the /dev/route special device file is obsolete. Netlink
communication is done by reading/writing over netlink socket.
-After the kernel configuration, please reconfigure and rebuild Quagga.
-You can use netlink as a dynamic routing update channel between Quagga
+After the kernel configuration, please reconfigure and rebuild Frr.
+You can use netlink as a dynamic routing update channel between Frr
and the kernel.
@end table