diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2018-10-10 11:07:48 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-10-10 11:14:37 -0300 | 
| commit | dde90f1e7c19ea38a3a0c0db10d843883c27eb2a (patch) | |
| tree | 322647c58a68b6205e99fb30ae58a1d319bbea58 /doc/developer/building-frr-for-ubuntu1804.rst | |
| parent | 345c140ec27a07d410fa13ef431aac57ae5bbbf7 (diff) | |
doc: simplify build instructions
Remove all --enable-xxx configuration flags for features that are enabled
by default.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'doc/developer/building-frr-for-ubuntu1804.rst')
| -rw-r--r-- | doc/developer/building-frr-for-ubuntu1804.rst | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/developer/building-frr-for-ubuntu1804.rst b/doc/developer/building-frr-for-ubuntu1804.rst index 75b31a41f9..f5cf651e22 100644 --- a/doc/developer/building-frr-for-ubuntu1804.rst +++ b/doc/developer/building-frr-for-ubuntu1804.rst @@ -78,17 +78,12 @@ Options below are provided as an example.         --localstatedir=/var/run/frr \         --sbindir=/usr/lib/frr \         --sysconfdir=/etc/frr \ -       --enable-pimd \ -       --enable-watchfrr \ -       --enable-ospfclient=yes \ -       --enable-ospfapi=yes \         --enable-multipath=64 \         --enable-user=frr \         --enable-group=frr \         --enable-vty-group=frrvty \         --enable-configfile-mask=0640 \         --enable-logfile-mask=0640 \ -       --enable-rtadv \         --enable-fpm \         --enable-systemd=yes \         --with-pkg-git-version \  | 
