mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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:
committed by
Michael Tremer
parent
a494174979
commit
1dcf513a41
@@ -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'}",
|
||||
|
||||
Reference in New Issue
Block a user