diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-08 22:51:21 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-08 22:51:21 +0200 |
commit | 628132044645cfc6214b7807dd63cd80dde5d08a (patch) | |
tree | 1e4e9e5e087c9c8a6ef6ce8eded5928509be16ab /doc | |
parent | Merge pull request #464 from donaldsharp/datacenter (diff) | |
parent | Merge pull request #475 from chiragshah6/pim_dev_3_0 (diff) | |
download | frr-628132044645cfc6214b7807dd63cd80dde5d08a.tar.xz frr-628132044645cfc6214b7807dd63cd80dde5d08a.zip |
Merge remote-tracking branch 'origin/stable/3.0'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Building_FRR_on_Ubuntu1604.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/Building_FRR_on_Ubuntu1604.md b/doc/Building_FRR_on_Ubuntu1604.md index 8b8bbf4bb..09b5aa8b7 100644 --- a/doc/Building_FRR_on_Ubuntu1604.md +++ b/doc/Building_FRR_on_Ubuntu1604.md @@ -14,7 +14,7 @@ Add packages: apt-get install git autoconf automake libtool make gawk libreadline-dev \ texinfo dejagnu pkg-config libpam0g-dev libjson-c-dev bison flex \ - python-pytest libc-ares-dev python3-dev + python-pytest libc-ares-dev python3-dev libsystemd-dev Get FRR, compile it and install it (from Git) --------------------------------------------- @@ -56,6 +56,7 @@ an example.) --enable-rtadv \ --enable-tcp-zebra \ --enable-fpm \ + --enable-systemd=yes \ --with-pkg-git-version \ --with-pkg-extra-version=-MyOwnFRRVersion make @@ -136,13 +137,8 @@ For example. isisd=yes ### Enable the systemd serivce -Edit `/etc/systemd/system/frr.service` and remove the line **OnFailure=heartbeat-failed@%n.service** -For example. + - systemctl enable frr - [Unit] - Description=Cumulus Linux FRR - After=syslog.target networking.service - ### Start the systemd service - systemctl start frr - use `systemctl status frr` to check its status. |