From e2eba9468d821f4b218206f9b295e6af51aa33df Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 27 Sep 2012 14:30:26 -0700 Subject: [PATCH] Update IPv6 doc with new syntax. Signed-off-by: Tom Eastep --- docs/IPv6Support.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/IPv6Support.xml b/docs/IPv6Support.xml index ea74c6dfc..54cffc8d0 100644 --- a/docs/IPv6Support.xml +++ b/docs/IPv6Support.xml @@ -428,6 +428,12 @@ ACCEPT net:wlan0:<2002:ce7c:92b4::3> tcp #ACTION SOURCE DEST PROTO DEST # PORT(S) ACCEPT net:wlan0:[2002:ce7c:92b4::3] tcp 22 + + Prior to Shorewall 4.5.9, network addresses were required to + be enclosed in either angle brackets or square brackets (e.g. + [2001:470:b:787::/64]). Beginning with Shorewall 4.5.9, the more + common representation that places the VLSM outside the brackets is + also accepted (e.g., [2001:470:b:787::]/64). @@ -493,7 +499,7 @@ ACCEPT net:wlan0:[2002:ce7c:92b4::3] tcp 22< - +