ValdikSS / openvpn-radiusplugin

Radiusplugin with various patches and fixes
GNU General Public License v2.0
44 stars 41 forks source link

Use proper environment variables for Accounting-Request #9

Open andrejsh opened 6 years ago

andrejsh commented 6 years ago
  1. update fields FramedIP, FramedIP6, FramedRoutes, FramedRoutes6 for AccoutingRequest
  2. update field ClientConnectDeferFile for AccountingRequest

This commit fixes uninitialized FramedIP and other variables values. Previous behavior produced packets with binary garbage in these fields.

sthibaul commented 1 week ago

See #24