Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ufocia

#1
Danke schoen!

Found it now and fixed it on my local system after skimming the plugin mod instructions on your website. Also saw your commit in Git. Thanks again for such a fast response.
#2
When inputting a reportedly valid Freeradius Login Time value "Wk2305-0855,Sa,Su2305-1655" (https://networkradius.com/doc/3.0.10/raddb/mods-available/logintime.html) the interface reports a "text validation error". Tried '|' instead of ',' per the above -linked doc to no avail.

Looks like a regex bug someplace. I'd try to fix it if I knew which file defines valid regex values for this parameter.
#3
It appears that an assumption was made that the 8139 would be wholly supported by the rl driver. However, the rl driver leaves revid == 0x20 devices to the re driver, so such 8139C+ cards fall through the crack. I wonder if a quick and dirty change to the re driver would enable the 8139 support in the re driver. A cleaner change would need to select only 0x20 devices.