File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 024.quagga.stop
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: #!/bin/sh
    2: 
    3: echo "Starting router software quagga ..."
    4: 
    5: pkill -9 zebra
    6: zebra -d -u quagga -A 127.0.0.1 -f /etc/quagga/zebra.conf
    7: 
    8: #pkill -9 bgpd
    9: #bgpd -d -u quagga -A 127.0.0.1 -f /etc/quagga/bgpd.conf
   10: 
   11: pkill -9 ospfd
   12: ospfd -d -u quagga -A 127.0.0.1 -f /etc/quagga/ospfd.conf
   13: #pkill -9 ospf6d
   14: #ospf6d -d -u quagga -A 127.0.0.1 -f /etc/quagga/ospf6d.conf
   15: 
   16: #pkill -9 ripd
   17: #ripd -d -u quagga -A 127.0.0.1 -f /etc/quagga/ripd.conf
   18: #pkill -9 ripngd
   19: #ripngd -d -u quagga -A 127.0.0.1 -f /etc/quagga/ripngd.conf

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>