mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-10 23:58:14 +01:00
Fix find_first_interface_address() in IPv6
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
3711e64d71
commit
48692f5c4a
@ -226,17 +226,21 @@ get_config() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Issue an error message and die
|
||||||
|
#
|
||||||
|
startup_error() {
|
||||||
|
echo " ERROR: $@" >&2
|
||||||
|
kill $$
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Run the appropriate compiler
|
# Run the appropriate compiler
|
||||||
#
|
#
|
||||||
compiler() {
|
compiler() {
|
||||||
pc=${PERLSHAREDIR}/compiler.pl
|
pc=${PERLSHAREDIR}/compiler.pl
|
||||||
|
|
||||||
startup_error() {
|
|
||||||
echo " ERROR: $@" >&2
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
local command
|
local command
|
||||||
command=$1
|
command=$1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user