Add loxilb load balancer menu

run command below when update language menu
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2024-05-26 00:31:09 +00:00
parent 61caf1c5eb
commit a9c944483b
4 changed files with 8 additions and 0 deletions

View File

@@ -63,6 +63,12 @@
'title' => "$Lang::tr{'static routes'}",
'enabled' => 1,
};
$subnetwork->{'63.loxilb'} = {
'caption' => $Lang::tr{'loxilb'},
'uri' => '/cgi-bin/loxilb.cgi',
'title' => "$Lang::tr{'loxilb'}",
'enabled' => 1,
};
$subnetwork->{'70.aliases'} = {
'caption' => $Lang::tr{'aliases'},
'uri' => '/cgi-bin/aliases.cgi',

0
html/cgi-bin/loxilb.cgi Normal file
View File

View File

@@ -2452,6 +2452,7 @@
'state or province' => 'State or Province',
'static ip' => 'Static IP',
'static routes' => 'Static Routes',
'loxilb' => 'eBPF Load Balancer',
'status' => 'Status',
'status information' => 'Status information',
'status ovpn' => 'OpenVPN',

View File

@@ -2420,6 +2420,7 @@
'state or province' => '州或省',
'static ip' => '静态IP',
'static routes' => '静态路由',
'loxilb' => 'eBPF 负载均衡',
'status' => '状态',
'status information' => '状态信息',
'status ovpn' => 'OpenVPN',