diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-17 21:07:32 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-22 21:14:00 +0000 |
| commit | d60d74415716c10f879c79c10c4f42dc59400e5c (patch) | |
| tree | 3d1b5c67e207090b00c986c5b2e8b2db61b1eca5 | |
| parent | f448f9145f5dbd6ca3ca8017a06019bdeab2d7a8 (diff) | |
doc: remove recommendation against integrated conf
Missed this in code review
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| -rw-r--r-- | doc/developer/building-frr-on-ubuntu1804.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/developer/building-frr-on-ubuntu1804.rst b/doc/developer/building-frr-on-ubuntu1804.rst index d97ebd3fb4..e493220f7a 100644 --- a/doc/developer/building-frr-on-ubuntu1804.rst +++ b/doc/developer/building-frr-on-ubuntu1804.rst @@ -137,8 +137,7 @@ configuration files _before_ starting FRR. This assures that the permissions are correct. If the files are not already present, FRR will create them. It's also important to consider _which_ files to create. FRR supports writing -configuration to a monolithic file, :file:`/etc/frr/frr.conf`, which is not -recommended. +configuration to a monolithic file, :file:`/etc/frr/frr.conf`. .. seealso:: *VTYSH* section of user guide |
