From f4cdd01ec5375435d27a1586c2e81a93e5af001d Mon Sep 17 00:00:00 2001 From: disylee Date: Mon, 3 Nov 2014 09:03:59 +0800 Subject: [PATCH] Update 20141023 How to turn your CentOS box into a BGP router using Quagga.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 改了个错别字 --- ...ow to turn your CentOS box into a BGP router using Quagga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translated/tech/20141023 How to turn your CentOS box into a BGP router using Quagga.md b/translated/tech/20141023 How to turn your CentOS box into a BGP router using Quagga.md index 261abb7767..fbf2665d44 100644 --- a/translated/tech/20141023 How to turn your CentOS box into a BGP router using Quagga.md +++ b/translated/tech/20141023 How to turn your CentOS box into a BGP router using Quagga.md @@ -57,7 +57,7 @@ Quagga软件套件包含几个守护进程,这些进程可以一起工作.关于 ### 配置日志记录 ### -在Quagga被安装猴,下一步就是配置Zebra来管理BGP路由器的网络接口.我们通过创建一个Zebra配置文件和启用日志记录来开始第一步. +在Quagga被安装后,下一步就是配置Zebra来管理BGP路由器的网络接口.我们通过创建一个Zebra配置文件和启用日志记录来开始第一步. # cp /usr/share/doc/quagga-XXXXX/zebra.conf.sample /etc/quagga/zebra.conf