New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Pool Configuration ignores ("forgets") peer group selection #480
Comments
I'm not able to reproduce this as I cannot create a peer without a name. Were you able to create an unnamed peer or is this as a result from an upgrade? |
Oops - sry. During Copy&Paste the string enclosed by the double quotes got removed - silly me. |
Got it and I'm able to reproduce it. Thanks. |
Would you please confirm that you've upgraded fmDHCP at least once or if this is a new installation of 0.4.4? I've found new pools created with 0.4.4 do not exhibit this behavior. |
Yes - I upgraded once But I think (can't remember exactly anymore) I created the pools the first time with 0.4.4 - but this memory is blurry :) |
This is now fixed in fmDHCP 0.4.5 and later. |
Please prefix your issue title with one of the following: [BUG], [ISSUE], [FEATURE REQUEST], [MODULE REQUEST], [OTHER].
Replace everything between stars with current version of your facileManager and module installations:
fM Version : v3.5.7
fmDHCP Version : 0.4.4
In raising this issue, I confirm the following (please check boxes, eg [X]):
(BUG | ISSUE) Expected Behavior:
(a) Select an existing and enabled failover peer (called "") on the "Pools Edit Config" of a pool
(b) Press "Save"
(c) Reopen "Pools Edit Config" of the same pool
=>
(I) The previously selected failover peer "" should be shown in the Drop-Down Box "Failover Peer"
(II) In the generated DHCP configfile the pool section of the mentioned pool should contain the line "failover peer ;"
pool {
failover peer ;
range 192.168.128.180 192.168.128.199;
default-lease-time 3600;
max-lease-time 86400;
allow unknown-clients;
}
(BUG | ISSUE) Actual Behavior:
(I) Drop-Down Box is empty
(II) line "failover peer ""; is missing in generated configfile
pool {
range 192.168.128.180 192.168.128.199;
default-lease-time 3600;
max-lease-time 86400;
allow unknown-clients;
}
(BUG | ISSUE) Steps to reproduce:
(a) Select an existing and enabled failover peer (called "") on the "Pools Edit Config" of a pool
(b) Press "Save"
(c) Reopen "Pools Edit Config" of the same pool
The text was updated successfully, but these errors were encountered: