Fix 'detectnets'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3822 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-04-28 02:48:18 +00:00
parent 3fa55a9989
commit bf5018e62d
3 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Changes in 3.2.0 Beta 6
1) Fix tc "notfound" errors when 'restart' is run out of ip-up.local. 1) Fix tc "notfound" errors when 'restart' is run out of ip-up.local.
2) Allow 'detectnets' to work.
Changes in 3.2.0 Beta 5 Changes in 3.2.0 Beta 5
1) Fix compilation problem on LEAF Bering. 1) Fix compilation problem on LEAF Bering.

View File

@ -1080,7 +1080,7 @@ __EOF__
detectnets) detectnets)
[ -n "$wildcard" ] && \ [ -n "$wildcard" ] && \
fatal_error "The \"detectnets\" option may not be used with a wild-card interface" fatal_error "The \"detectnets\" option may not be used with a wild-card interface"
[ -n $EXPORT ] && \ [ -n "$EXPORT" ] && \
fatal_error "'detectnets' not permitted with the -e run-line option" fatal_error "'detectnets' not permitted with the -e run-line option"
;; ;;
routeback) routeback)

View File

@ -33,6 +33,13 @@ Problems Corrected in 3.2.0 Beta 6
script, some of the utilities like 'tc' and 'ip6tables' were not script, some of the utilities like 'tc' and 'ip6tables' were not
on the PATH. on the PATH.
2) In previous 3.2.0 releases, 'detectnets' in /etc/shorewall/interfaces
produced an error message:
ERROR: 'detectnets' not permitted with the -e run-line option
even when the -e option had not been specified.
Other changes in 3.2.0 Beta 6 Other changes in 3.2.0 Beta 6
None. None.