aboutsummaryrefslogtreecommitdiffstats
path: root/testing/frr/frr
diff options
context:
space:
mode:
Diffstat (limited to 'testing/frr/frr')
-rwxr-xr-xtesting/frr/frr19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/frr/frr b/testing/frr/frr
deleted file mode 100755
index 1721628577..0000000000
--- a/testing/frr/frr
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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
-}