mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 11:20:53 +01:00
ca96c9795f
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9358 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
local status=0
|
|
|
|
case $1 in
|
|
$EXT_IF|$COM_IF)
|
|
[ -f /etc/shorewall/${1}.status ] && status=$(cat /etc/shorewall/${1}.status)
|
|
;;
|
|
esac
|
|
|
|
return $status
|