Bug #6146
closedSystem / Advanced / Miscellaneous not save data
100%
Description
In System / Advanced / Miscellaneous / Load Balancing, I I filled out the field 'Sticky connections timeout' with 60. Then I clicked Save and the message 'The changes have been applied successfully.' was showed. But if I go another time to System / Advanced / Miscellaneous, the 'Sticky connections timeout' field is 0.
To bypass this problem I made a backup and modified two lines in XML file:
<lb_use_sticky/>
<srctrack/>
to:
<lb_use_sticky>yes</lb_use_sticky>
<srctrack>60</srctrack>
Then I restored the backup and rebooted the firewall. Finally worked.
Updated by Anonymous over 8 years ago
- Status changed from New to Feedback
- Assignee set to Delton Giacomozzi
- Target version changed from 2.3 to 2.3.1
Thanks. There were a couple of issues with the source track timeout on that page. Now fixed.
Updated by Phillip Davis over 8 years ago
PR https://github.com/pfsense/pfsense/pull/2868
Oh - I see you did it already with more fancy stuff to disable the field...
Updated by Anonymous over 8 years ago
- % Done changed from 0 to 100
Applied in changeset b3fc5089d679d7d43fc1e00400af8038b65c8998.