Status_dhcp_leases fix edit button for static entries with no IP address
The edit button for static entries always has an index id=0 and thus pressing the edit button goes to (mostly) edit the wrong entry.It was easier and made the code cleaner to get rid of the looping through the staticmap array every time trying to matach IP, MAC address... That data ('if' and 'staticmap_array_index') is easily gathered further up, the first time the staticmap array for each DHCP interface is traversed. I think this should also be more efficient when there are many static mapping entries....
Add GUI control for MOBIKE. Hide it when IKEv1 selected. Enable toggling of NAT-T field display so it's on for IKEv1, off for IKEv2. Do same for reauth while here. Ticket #3979
Merge pull request #1484 from phil-davis/more-text-typos
Merge pull request #1485 from BBcan177/patch-1
force minimum 100000 byte log file size. Some have been confused thinking this is KB, in some cases causing problems. This should help, and there shouldn't be a need for logs smaller than that.
Update fbegin.inc - Missing '/' in path
Found this issue in conjunction with user Digdug3
Set srctrack separate from this test or the value won't save unless the sticky box status also changed.
get rid of wizards/initial/ images that were never used
Remove dead code and unset vars so next time the code works properly avoiding cache issues.
Random text typos
and I "corrected" function names that had "_choosen_" in them.That is not technically an error - function names do not have to beEnglish words. But it does look nicer to read.
View revisions
Also available in: Atom