Fix dynamic zones

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5959 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-16 22:39:29 +00:00
parent 69175fdf60
commit d796412125
5 changed files with 19 additions and 3 deletions

View File

@ -2113,6 +2113,7 @@ do_initialize() {
strip_file_and_lib_load tcrules tcrules strip_file_and_lib_load tcrules tcrules
strip_file tos strip_file tos
strip_file_and_lib_load tunnels tunnels strip_file_and_lib_load tunnels tunnels
FW=
fi fi
FW=
} }

View File

@ -47,7 +47,18 @@ Problems corrected in Shorewall 3.9.2
'shorewall clear' failed with the diagnostic: 'shorewall clear' failed with the diagnostic:
ERROR: USE_ACTIONS=Yes requires the Shorewall Library actions ERROR: USE_ACTIONS=Yes requires the Shorewall Library actions
(/usr/share/shorewall-shell/lib.actions) which is not installed (/usr/share/shorewall-shell/lib.actions) which is not installed.
8) When shorewall-shell was not installed, 'shorewall add' and
'shorewall clear' failed with the diagnostic:
ERROR: The add command requires the Shorewall library dynamiczones
(/usr/share/shorewall-shell/lib.dynamiczones) which is not
installed
With shorewall-shell installed, 'shorewall add' failed with:
ERROR: Only one firewall zone may be defined
Other changes in Shorewall 3.9.2 Other changes in Shorewall 3.9.2

View File

@ -117,6 +117,7 @@ fi
%attr(0444,root,root) /usr/share/shorewall/lib.base %attr(0444,root,root) /usr/share/shorewall/lib.base
%attr(0444,root,root) /usr/share/shorewall/lib.cli %attr(0444,root,root) /usr/share/shorewall/lib.cli
%attr(0444,root,root) /usr/share/shorewall/lib.config %attr(0444,root,root) /usr/share/shorewall/lib.config
%attr(0444,root,root) /usr/share/shorewall/lib.dynamiczones
%attr(0644,root,root) /usr/share/shorewall/macro.AllowICMPs %attr(0644,root,root) /usr/share/shorewall/macro.AllowICMPs
%attr(0644,root,root) /usr/share/shorewall/macro.Amanda %attr(0644,root,root) /usr/share/shorewall/macro.Amanda
%attr(0644,root,root) /usr/share/shorewall/macro.Auth %attr(0644,root,root) /usr/share/shorewall/macro.Auth
@ -251,6 +252,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
%changelog %changelog
* Mon Arp 16 2007 Tom EAstep tom@shorewall.net
- Moved lib.dynamiczones from Shorewall-shell
* Sat Apr 14 2007 Tom Eastep tom@shorewall.net * Sat Apr 14 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.2-1 - Updated to 3.9.2-1
* Tue Apr 03 2007 Tom Eastep tom@shorewall.net * Tue Apr 03 2007 Tom Eastep tom@shorewall.net

View File

@ -69,7 +69,6 @@ fi
%attr(0555,root,root) /usr/share/shorewall-shell/compiler %attr(0555,root,root) /usr/share/shorewall-shell/compiler
%attr(0444,root,root) /usr/share/shorewall-shell/lib.accounting %attr(0444,root,root) /usr/share/shorewall-shell/lib.accounting
%attr(0444,root,root) /usr/share/shorewall-shell/lib.actions %attr(0444,root,root) /usr/share/shorewall-shell/lib.actions
%attr(0444,root,root) /usr/share/shorewall-shell/lib.dynamiczones
%attr(0444,root,root) /usr/share/shorewall-shell/lib.maclist %attr(0444,root,root) /usr/share/shorewall-shell/lib.maclist
%attr(0444,root,root) /usr/share/shorewall-shell/lib.nat %attr(0444,root,root) /usr/share/shorewall-shell/lib.nat
%attr(0444,root,root) /usr/share/shorewall-shell/lib.providers %attr(0444,root,root) /usr/share/shorewall-shell/lib.providers
@ -83,6 +82,8 @@ fi
%doc COPYING INSTALL %doc COPYING INSTALL
%changelog %changelog
* Mon Arp 16 2007 Tom EAstep tom@shorewall.net
- Moved lib.dynamiczones to Shorewall-common
* Sat Apr 14 2007 Tom Eastep tom@shorewall.net * Sat Apr 14 2007 Tom Eastep tom@shorewall.net
- Updated to 3.9.2-1 - Updated to 3.9.2-1
* Tue Apr 03 2007 Tom Eastep tom@shorewall.net * Tue Apr 03 2007 Tom Eastep tom@shorewall.net