From 8777e9ccbbfc9685e94123572fc16fcefefb8bec Mon Sep 17 00:00:00 2001 From: Manuel Schweizer Date: Thu, 7 Sep 2017 19:25:24 +0200 Subject: [PATCH] Typos and formatting --- doc/Building_FRR_on_Ubuntu1604.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Building_FRR_on_Ubuntu1604.md b/doc/Building_FRR_on_Ubuntu1604.md index 655c810550..448dc3a6d3 100644 --- a/doc/Building_FRR_on_Ubuntu1604.md +++ b/doc/Building_FRR_on_Ubuntu1604.md @@ -56,7 +56,7 @@ an example.) --enable-rtadv \ --enable-tcp-zebra \ --enable-fpm \ - --enable-systemd=yes \ + --enable-systemd=yes \ --with-pkg-git-version \ --with-pkg-extra-version=-MyOwnFRRVersion make @@ -79,7 +79,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) @@ -136,7 +136,7 @@ For example. ripngd=yes isisd=yes -### Enable the systemd serivce +### Enable the systemd service - systemctl enable frr ### Start the systemd service -- 2.39.5