This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
sonic-buildimage
Watch
1
Star
0
Fork
0
You've already forked sonic-buildimage
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
18e97fba2c
sonic-buildimage
/
dockers
/
docker-fpm-frr
/
start.sh
7 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Squash merge latest code to github branch
2016-07-26 14:01:58 -05:00
#!/bin/bash
Remove /var/run/rsyslogd.pid bofore starting rsyslog (#453)
2017-03-29 20:07:25 -05:00
rm -f /var/run/rsyslogd.pid
Squash merge latest code to github branch
2016-07-26 14:01:58 -05:00
service rsyslog start
[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 11:12:27 -05:00
service frr start
Squash merge latest code to github branch
2016-07-26 14:01:58 -05:00
fpmsyncd
&
Reference in New Issue
Copy Permalink