xebd / accel-ppp

High performance PPTP/L2TP/PPPoE/IPoE server for Linux
GNU General Public License v2.0
299 stars 107 forks source link

DHCP Option 82 Subscriber-ID #171

Closed cygnusb closed 2 years ago

cygnusb commented 2 years ago

This PR adds support for DHCP Option 82 Suboption 6 (Subscriber-ID) parsing and usage in Lua Script.

Our switches can use this to add a custom defined string to the DHCP Option 82.

Currently the PR lacks support for DHCP Relay and Radius Integration, since we are not using this ourselves and I cannot test this in our setup.

Might be interesting for others.

cygnusb commented 2 years ago

Moved to accel-ppp/accel-ppp repo