mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-02 12:33:17 +01:00
Update release notes with extension script info
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5893 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6053ab4396
commit
ed2aa2e302
@ -127,18 +127,27 @@ e) Because the compiler is now written in Perl, your compile-time
|
|||||||
Perl code to see how the compiler operates internally. I will
|
Perl code to see how the compiler operates internally. I will
|
||||||
produce documentation before the first official release.
|
produce documentation before the first official release.
|
||||||
Compile-time extension scripts are executed using the Perl
|
Compile-time extension scripts are executed using the Perl
|
||||||
'do FILE' mechanism.
|
'eval `cat <file>`' mechanism.
|
||||||
|
|
||||||
f) The 'refresh' command is now synonymous with 'restart'.
|
f) The 'refresh' command is now synonymous with 'restart'.
|
||||||
|
|
||||||
g) Some run-time extension scripts are no longer supported because they
|
g) Some run-time scripts will need to be changed to write their
|
||||||
make no sense (iptables-restore instantiates the new configuration
|
iptables commands to file descriptor 3 in iptables-restore format
|
||||||
atomically).
|
rather than running those commands.
|
||||||
|
|
||||||
continue
|
maclog
|
||||||
initdone
|
|
||||||
continue
|
Details to follow.
|
||||||
refresh
|
|
||||||
|
Some run-time scripts are simply eliminated because they no longer
|
||||||
|
make any sense under Shorewall-perl:
|
||||||
|
|
||||||
|
initdone - The these two scripts assumed a model where the
|
||||||
|
continue chains were built in parallel. In the
|
||||||
|
iptables-restore model, chains are built serially
|
||||||
|
within tables and tables are build serially.
|
||||||
|
|
||||||
|
refresh - The 'refresh' command is the same as 'restart'
|
||||||
refreshed
|
refreshed
|
||||||
|
|
||||||
h) The /etc/shorewall/tos file now has zone-independent SOURCE and DEST
|
h) The /etc/shorewall/tos file now has zone-independent SOURCE and DEST
|
||||||
|
Loading…
Reference in New Issue
Block a user