Adding Quagga to OpenWRT for Dynamic Routing
Read up on http://quagga.net
Get your AS number for your AP and neighbours from the committee
Install Quagga
ipkg install quagga ipkg install quagga-zebra ipkg install quagga-bgpd
Configure Quagga
vi /etc/quagga/zebra.conf
vi /etc/quagga/bgpd.conf
Add PID files
touch /var/bgpd.pid chmod 777 /var/bgpd.pid touch /var/zebra.pid chmod 777 /var/zebra.pid
Check Init files
/etc/init.d/S35quagga