mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
LoxiLB: rename UI ipconfig to ipconfigfile
when run loxicmd save -a -c /var/ipfire/loxilb/ ipconfig directory will be created, which conflicts with loxilb UI that also save virtual ip to /var/ipfire/loxilb/ipconfig, so rename ipconfig to ipconfigfile. Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ my %mainsettings=();
|
||||
my %timesettings=();
|
||||
my $setting = "${General::swroot}/keepalived/settings";
|
||||
my $runsetting = "${General::swroot}/keepalived/runsettings";
|
||||
my $loxilbipfile = "${General::swroot}/loxilb/ipconfig";
|
||||
my $loxilbipfile = "${General::swroot}/loxilb/ipconfigfile";
|
||||
# because we need commas in the some data
|
||||
my $errormessage = '';
|
||||
#remove 'ENABLE_HA' from '/var/ipfire/keepalived/settings' as it could affect keepalived running state
|
||||
|
||||
Reference in New Issue
Block a user