forked from extern/shorewall_code
Make reference to $EXPORT consistent
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4112 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
02e6c6bd56
commit
68fc0fb463
@ -842,7 +842,7 @@ validate_interfaces_file() {
|
||||
detectnets)
|
||||
[ -n "$wildcard" ] && \
|
||||
startup_error "The \"detectnets\" option may not be used with a wild-card interface"
|
||||
[ -n $EXPORT ] && \
|
||||
[ -n "$EXPORT" ] && \
|
||||
startup_error "'detectnets' not permitted with the -e run-line option"
|
||||
;;
|
||||
routeback)
|
||||
|
Loading…
Reference in New Issue
Block a user