diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-28 02:39:27 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-28 02:53:07 +0200 |
commit | 3048625a8cf1a285e41cf25709a18cb9b6194061 (patch) | |
tree | ce328e5827e3e5252faa35445adf9d5e1323a139 /doc/Building_FRR_on_Ubuntu1604.md | |
parent | zebra-mpls: replace legacy bzero by memset (diff) | |
download | frr-3048625a8cf1a285e41cf25709a18cb9b6194061.tar.xz frr-3048625a8cf1a285e41cf25709a18cb9b6194061.zip |
doc: minor tweaks in the build instructions
* ldpd is built by default in all platforms, it's not necessary to
provide --enable-ldpd anymore;
* Remove comment about ldpd not being tested on OpenBSD, it works very
well on this platform;
* Provide instructions to enable MPLS forwarding in OpenBSD.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'doc/Building_FRR_on_Ubuntu1604.md')
-rw-r--r-- | doc/Building_FRR_on_Ubuntu1604.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Building_FRR_on_Ubuntu1604.md b/doc/Building_FRR_on_Ubuntu1604.md index d1e1a377d..17cc4949b 100644 --- a/doc/Building_FRR_on_Ubuntu1604.md +++ b/doc/Building_FRR_on_Ubuntu1604.md @@ -55,7 +55,6 @@ an example.) --enable-rtadv \ --enable-tcp-zebra \ --enable-fpm \ - --enable-ldpd \ --with-pkg-git-version \ --with-pkg-extra-version=-MyOwnFRRVersion make |