public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Modified file : html/cgi-bin/connections.cgi
@ 2018-07-09 20:07 jbsky
  0 siblings, 0 replies; only message in thread
From: jbsky @ 2018-07-09 20:07 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 731 bytes --]

Add IPSec network in vpn color code.
---
 html/cgi-bin/connections.cgi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi
index e9e9e335c..0e3680d20 100644
--- a/html/cgi-bin/connections.cgi
+++ b/html/cgi-bin/connections.cgi
@@ -256,6 +256,15 @@ if (-e "${General::swroot}/ovpn/ccd.conf") {
 	}
 }
 
+#Add IPSec net
+
+my %ipsecsettings=();
+&General::readhash("${General::swroot}/vpn/settings", \%ipsecsettings);
+my ($network, $mask) = split("/", $ipsecsettings{'RW_NET'});
+push(@network, $network);
+push(@masklen, $mask);
+push(@colour, ${Header::colourvpn
+
 open(IPSEC, "${General::swroot}/vpn/config");
 my @ipsec = <IPSEC>;
 close(IPSEC);
-- 
2.12.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-09 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-09 20:07 [PATCH 2/2] Modified file : html/cgi-bin/connections.cgi jbsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox