strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba919f3
)
Added port range support to NEWS
author
Andreas Steffen
<andreas.steffen@strongswan.org>
Fri, 4 Mar 2016 09:03:12 +0000
(10:03 +0100)
committer
Andreas Steffen
<andreas.steffen@strongswan.org>
Fri, 4 Mar 2016 09:03:12 +0000
(10:03 +0100)
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
e511e48
..
f27ea29
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-5,6
+5,11
@@
strongswan-5.4.0
Perl applications to control and/or monitor the IKE daemon using the VICI
interface, similar to the existing Python egg or Ruby gem.
+- Traffic selectors with port ranges can now be configured in the Linux kernel:
+ e.g. remote_ts = 10.1.0.0/16[tcp/20-23] local_ts = dynamic[tcp/32768-65535].
+ The port range must map to a port mask, though since the kernel does not
+ support arbitrary ranges.
+
strongswan-5.3.5
----------------