]> git.puffer.fish Git - mirror/frr.git/commitdiff
Typos and formatting 1126/head
authorManuel Schweizer <manuel.schweizer@gmail.com>
Thu, 7 Sep 2017 17:25:24 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2017 17:25:24 +0000 (19:25 +0200)
doc/Building_FRR_on_Ubuntu1604.md

index 655c810550a3819c14f7790cfc073633dca42bbb..448dc3a6d37254f673af0e93f6687fcb6c0b66d0 100644 (file)
@@ -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