summaryrefslogtreecommitdiffstats
path: root/doc/Building_FRR_on_Ubuntu1604.md
diff options
context:
space:
mode:
authorManuel Schweizer <manuel.schweizer@gmail.com>2017-09-07 19:25:24 +0200
committerManuel Schweizer <manuel.schweizer@gmail.com>2017-09-08 12:36:23 +0200
commitc730652f802318b21131f4c6b2e32f1eea5c68f8 (patch)
tree46b4428c04554dc1829326174b7fd316baac1f4e /doc/Building_FRR_on_Ubuntu1604.md
parentMerge pull request #1118 from opensourcerouting/attr-kill-master (diff)
downloadfrr-c730652f802318b21131f4c6b2e32f1eea5c68f8.tar.xz
frr-c730652f802318b21131f4c6b2e32f1eea5c68f8.zip
Typos and formatting
Diffstat (limited to 'doc/Building_FRR_on_Ubuntu1604.md')
-rw-r--r--doc/Building_FRR_on_Ubuntu1604.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Building_FRR_on_Ubuntu1604.md b/doc/Building_FRR_on_Ubuntu1604.md
index a178f9a16..b33fb6025 100644
--- a/doc/Building_FRR_on_Ubuntu1604.md
+++ b/doc/Building_FRR_on_Ubuntu1604.md
@@ -55,7 +55,7 @@ an example.)
--enable-logfile-mask=0640 \
--enable-rtadv \
--enable-fpm \
- --enable-systemd=yes \
+ --enable-systemd=yes \
--with-pkg-git-version \
--with-pkg-extra-version=-MyOwnFRRVersion
make
@@ -78,7 +78,7 @@ an example.)
sudo install -m 640 -o frr -g frr /dev/null /etc/frr/nhrpd.conf
sudo install -m 640 -o frr -g frrvty /dev/null /etc/frr/vtysh.conf
-### Enable IP & IPv6 forwarding
+### Enable IPv4 & IPv6 forwarding
Edit `/etc/sysctl.conf` and uncomment the following values (ignore the
other settings)
@@ -135,7 +135,7 @@ For example.
ripngd=yes
isisd=yes
-### Enable the systemd serivce
+### Enable the systemd service
- systemctl enable frr
### Start the systemd service