diff options
author | Will McLendon <wimclend@gmail.com> | 2017-10-04 20:24:37 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-04 20:58:35 +0200 |
commit | 7e83b2ef134bf2ca7d0f13d6a441f54222fa2019 (patch) | |
tree | 59f2579751029a348906034d7536f0f6e544c535 /doc | |
parent | Merge pull request #1283 from donaldsharp/ldp_bite_me (diff) | |
download | frr-7e83b2ef134bf2ca7d0f13d6a441f54222fa2019.tar.xz frr-7e83b2ef134bf2ca7d0f13d6a441f54222fa2019.zip |
doc: Added python-ipaddr dependancy
Added python-ipaddr apt requirement to documentation.
Added clarification to install systemd service section
as commands assume are in frr directory.
Signed-off-by: Will McLendon <wimclend@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Building_FRR_on_Ubuntu1604.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Building_FRR_on_Ubuntu1604.md b/doc/Building_FRR_on_Ubuntu1604.md index b33fb6025..bdd0a9624 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 libsystemd-dev + python-pytest libc-ares-dev python3-dev libsystemd-dev python-ipaddr Get FRR, compile it and install it (from Git) --------------------------------------------- @@ -113,7 +113,7 @@ Add the following lines to `/etc/modules-load.d/modules.conf`: **Reboot** or use `sysctl -p` to apply the same config to the running system -### Install the systemd service +### Install the systemd service (if rebooted from last step, change directory back to frr directory) sudo install -m 644 tools/frr.service /etc/systemd/system/frr.service sudo install -m 644 tools/etc/default/frr /etc/default/frr |