webif: Add a GUI for configuring VLAN interfaces

This patch adds a new CGI file which allows users to edit the
VLAN configuration as well as configuring zones as bridges.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Florian Bührle
2019-05-08 11:56:18 +01:00
committed by Michael Tremer
parent a494174979
commit 1dcf513a41
15 changed files with 638 additions and 0 deletions

View File

@@ -3,6 +3,11 @@
'title' => "$Lang::tr{'net config'}",
'enabled' => 0,
};
$subnetwork->{'11.zoneconf'} = {'caption' => "$Lang::tr{'zoneconf title'}",
'uri' => '/cgi-bin/zoneconf.cgi',
'title' => "$Lang::tr{'zoneconf title'}",
'enabled' => 1,
};
$subnetwork->{'20.proxy'} = {'caption' => "$Lang::tr{'web proxy'}",
'uri' => '/cgi-bin/proxy.cgi',
'title' => "$Lang::tr{'web proxy'}",