From 708644f7c91ce87518663b8c62f0416eec2e0a26 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 21 Jun 2017 14:26:11 -0700 Subject: [PATCH] Clarify isusable and persistent providers Signed-off-by: Tom Eastep --- docs/MultiISP.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/MultiISP.xml b/docs/MultiISP.xml index 9edf02353..4ea33dd56 100644 --- a/docs/MultiISP.xml +++ b/docs/MultiISP.xml @@ -2246,14 +2246,6 @@ net eth1 detect optional< contains the link configurations. That file is included by /etc/foolsm/foolsm.conf. - - - The script run by FOOLSM during state change - (/etc/foolsm/script) writes a - ${VARDIR}/xxx.status file when the status of an - interface changes. Those files are read by the - isusable extension script (see below). - Below are my relevant configuration files. @@ -2278,6 +2270,11 @@ COM_IF=eth1 return $status + Note that the above script overrides the normal behavior of + persistent providers, in that it prevents the + attempt to enable the provider during start, + restart and reload. + /etc/shorewall/lib.private: ###############################################################################