Add loxilb lb config UI

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2024-05-29 21:52:50 +00:00
parent f60a419e84
commit 6994edf40b
4 changed files with 582 additions and 0 deletions

View File

@@ -611,6 +611,7 @@
'ccd err invalidnet' => 'Invalid IP address. Format: 192.168.0.0/24 or 192.168.0.0/255.255.255.0.',
'ccd err iroute' => 'Network address for route is invalid.',
'ccd err irouteexist' => 'This route is already in use.',
'ccd err loxilbconfigeexist' => 'This lb is already in use.',
'ccd err isipsecnet' => 'The given subnet address is already used by an IPsec network.',
'ccd err isipsecrw' => 'The given subnet address is already used by the IPsec rw network.',
'ccd err isovpnn2n' => 'The subnet address is already in use for an OpenVPN net-to-net connection.',
@@ -2455,6 +2456,19 @@
'loxilb' => 'eBPF LoxiLB Load Balancer',
'loxilb status' => 'Status',
'loxilb enable' => 'Enable Load Balancer',
'loxilb lb config changed' => 'LoxiLB LB configuration is changed',
'loxilb lb config added' => 'LoxiLB LB configuration is added',
'loxilb lb config entries' => 'LoxiLB Loadbalaner configuration entries',
'loxilb lb edit' => 'Edit existing lb entry',
'loxilb lb add' => 'Add lb entry',
'loxilb lb name' => 'Name',
'loxilb lb extip' => 'EXTIP',
'loxilb lb port' => 'PORT',
'loxilb lb proto' => 'PROTO',
'loxilb lb sel' => 'SEL',
'loxilb lb mode' => 'MODE',
'loxilb lb endpoints' => 'ENDPOINTS',
'loxilb lb eport' => 'EPORT',
'status' => 'Status',
'status information' => 'Status information',
'status ovpn' => 'OpenVPN',