mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-07 05:20:03 +01:00
Merge branch 'master' of ssh://server.shorewall.net/home/teastep/shorewall/code
This commit is contained in:
commit
809e56cef6
@ -22,6 +22,7 @@ usage() {
|
|||||||
echo " status"
|
echo " status"
|
||||||
echo " up <interface>"
|
echo " up <interface>"
|
||||||
echo " savesets <file>"
|
echo " savesets <file>"
|
||||||
|
echo " call <function> [ <parameter> ... ]"
|
||||||
echo " version"
|
echo " version"
|
||||||
echo
|
echo
|
||||||
echo "Options are:"
|
echo "Options are:"
|
||||||
@ -426,6 +427,14 @@ case "$COMMAND" in
|
|||||||
usage 2
|
usage 2
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
call)
|
||||||
|
#
|
||||||
|
# Undocumented way to call functions in the libraries directly
|
||||||
|
#
|
||||||
|
detect_configuration
|
||||||
|
shift
|
||||||
|
$@
|
||||||
|
;;
|
||||||
version)
|
version)
|
||||||
[ $# -ne 1 ] && usage 2
|
[ $# -ne 1 ] && usage 2
|
||||||
echo $SHOREWALL_VERSION
|
echo $SHOREWALL_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user