mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
Correctl duplicate interface message
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@80 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
d5bfd4e40a
commit
332352bc6f
@ -444,7 +444,7 @@ validate_interfaces_file() {
|
||||
[ "x$z" = "x-" ] || validate_zone $z || startup_error "Invalid zone ($z) in record \"$r\""
|
||||
|
||||
list_search $interface $all_interfaces && \
|
||||
startup_error "Duplicate Interface $intr"
|
||||
startup_error "Duplicate Interface $interface"
|
||||
|
||||
all_interfaces="$all_interfaces $interface"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user