public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: jbsky <blais.julien.30@gmail.com>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] Modified file : html/cgi-bin/connections.cgi
Date: Mon, 09 Jul 2018 22:07:40 +0200	[thread overview]
Message-ID: <20180709200740.28846-1-blais.julien.30@gmail.com> (raw)

[-- 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


                 reply	other threads:[~2018-07-09 20:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180709200740.28846-1-blais.julien.30@gmail.com \
    --to=blais.julien.30@gmail.com \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox