summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-02-27 08:33:29 -0500
committerGitHub <noreply@github.com>2018-02-27 08:33:29 -0500
commitaa1a7fc18a77f3008aca8616c41d6e36f63f3d2c (patch)
tree92f8cfe0d431ac198357503cd2a572575a605ed6
parent8bc92a3ec7e3a8202416c5d23504e09e3ff42799 (diff)
parente062e87d7f6cc4c3ac8d9c24263f212dba2aa611 (diff)
Merge pull request #1798 from donaldsharp/centos_systemd
doc: Update centos7 build to include systemd
-rw-r--r--doc/Building_FRR_on_CentOS7.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Building_FRR_on_CentOS7.md b/doc/Building_FRR_on_CentOS7.md
index 787b80fbf7..38802483b6 100644
--- a/doc/Building_FRR_on_CentOS7.md
+++ b/doc/Building_FRR_on_CentOS7.md
@@ -20,7 +20,7 @@ Add packages:
sudo yum install git autoconf automake libtool make gawk \
readline-devel texinfo net-snmp-devel groff pkgconfig \
json-c-devel pam-devel bison flex pytest c-ares-devel \
- perl-XML-LibXML python-devel
+ perl-XML-LibXML python-devel systemd-devel
Get FRR, compile it and install it (from Git)
---------------------------------------------
@@ -59,6 +59,7 @@ an example.)
--enable-group=frr \
--enable-vty-group=frrvt \
--enable-rtadv \
+ --enable-systemd=yes \
--disable-exampledir \
--enable-watchfrr \
--disable-ldpd \