aboutsummaryrefslogtreecommitdiffstats
path: root/testing/frr/frr
blob: 1721628577cc7d1abe4f6b6fe5925a4568fddbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/sbin/openrc-run

description="FRRouting"

start() {
        exec /usr/lib/frr/frr start
}

stop() {
        exec /usr/lib/frr/frr stop
}

restart() {
        exec /usr/lib/frr/frr restart
}

status() {
        exec /usr/lib/frr/frr status
}