Add missing package, fix incorrect installation path and typo
Change-Id: I349da2ba23756a54b434c266b1bd3bb03c1b4875
diff --git a/trellis/README.md b/trellis/README.md
index dcfed3e..aab5389 100644
--- a/trellis/README.md
+++ b/trellis/README.md
@@ -14,7 +14,7 @@
Some dependencies need to be installed for a fresh Ubuntu.
```
sudo apt-get update
-sudo apt-get install gawk texinfo python-pip
+sudo apt-get install gawk texinfo python-pip build-essential iptables
sudo pip install ipaddress
```
@@ -37,7 +37,7 @@
tar -xzvf quagga-0.99.23.tar.gz
cd quagga-0.99.23
patch -p1 < ../fpm-remote.diff
-./configure --enable-fpm --sbindir=/usr/lib
+./configure --enable-fpm --sbindir=/usr/lib/quagga
make
sudo make install
cd ..
@@ -64,7 +64,7 @@
net.addController(RemoteController('c2', ip='192.168.56.13'))
```
-In `routing/trellis/zebrabgp1.conf`
+In `routing/trellis/zebradbgp1.conf`
```
fpm connection ip 192.168.56.11 port 2620
```