From 6c90046ab5761af07ecd5cd6b779a47f423b12d5 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 26 Oct 2010 06:55:01 -0700 Subject: [PATCH] Document fix for split_list() --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index c4f03706c..770b45ba2 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -23,6 +23,8 @@ Changes in Shorewall 4.4.14 11) Use update-rc.d to install init symlinks. +12) Fix split_list(). + Changes in Shorewall 4.4.13 1) Allow zone lists in rules SOURCE and DEST. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 92cbb1b45..d891158c7 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -85,6 +85,15 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES 10) The install scripts in the tarballs now correctly create init symlinks on recent Ubuntu releases. +11) Previously, this entry in the OPTIONS column of + /etc/shorewall/interfaces incorrectly generated a syntax error. + + nets=(1.2.3.0/24) + + The error was: + + ERROR: Invalid VLSM (24)) + ---------------------------------------------------------------------------- I I. K N O W N P R O B L E M S R E M A I N I N G ----------------------------------------------------------------------------