From 617302fcc2d0b6dee89593ba6d15b58887bdc832 Mon Sep 17 00:00:00 2001 From: agentmoller001 Date: Fri, 9 Oct 2015 18:16:36 -0700 Subject: [PATCH] Updated route.conf to clear warnings Does not throw warnings when starting/restarting by adding three lines of code. --- config/action.d/route.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/action.d/route.conf b/config/action.d/route.conf index 123245e5..9b96a7b5 100644 --- a/config/action.d/route.conf +++ b/config/action.d/route.conf @@ -17,6 +17,9 @@ [Definition] actionban = ip route add actionunban = ip route del +actioncheck = +actionstart = +actionstop = [Init]