* [PATCH] general-functions.pl: do not miscalculate when enumerating IPsec N2N subnet membership
@ 2021-04-22 16:15 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2021-04-22 16:15 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 933 bytes --]
Fixes: #11235
Cc: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
config/cfgroot/general-functions.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl
index a6656ccf5..00ace0361 100644
--- a/config/cfgroot/general-functions.pl
+++ b/config/cfgroot/general-functions.pl
@@ -530,7 +530,7 @@ sub checksubnets
foreach my $key (keys %ipsecconf){
if ($ipsecconf{$key}[11] ne '' && $ipsecconf{$key}[36] eq ""){
foreach my $ipsecsubitem (split(/\|/, $ipsecconf{$key}[11])) {
- my ($ipsecip,$ipsecsub) = split (/\//, $ipsecconf{$key}[11]);
+ my ($ipsecip,$ipsecsub) = split (/\//, $ipsecsubitem);
$ipsecsub=&iporsubtodec($ipsecsub);
if($ipsecconf{$key}[1] ne $ccdname){
if ( &IpInSubnet ($ip,$ipsecip,$ipsecsub) ){
--
2.26.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-22 16:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 16:15 [PATCH] general-functions.pl: do not miscalculate when enumerating IPsec N2N subnet membership Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox