sonic-buildimage/dockers/docker-fpm-frr/start.sh
Rodny Molina d30fbf1d72 [build]: Adding support for Free-Range-Routing stack. (#510)
- Extending SONiC building infrastructure to provide users
           with greater flexibility, by allowing them to elect a
           routing-stack different than the default one (quagga). The desired
           routing-stack will be defined in rules/config file.

         - As part of these changes I'm adding support for
           Free-Range-Routing (FRR) stack. Quagga will continue to be
           the default routing-stack.

Signed-off-by: Rodny Molina <rodny@linkedin.com>
2017-04-20 09:12:27 -07:00

7 lines
92 B
Bash
Executable File

#!/bin/bash
rm -f /var/run/rsyslogd.pid
service rsyslog start
service frr start
fpmsyncd &