dfskoll / rp-pppoe

Public repository for RP-PPPoE PPPoE client and server software
https://dianne.skoll.ca/projects/rp-pppoe/
47 stars 15 forks source link

Allow pppoe-server to listen on an unlimited number of interfaces #2

Closed dfskoll closed 2 years ago

dfskoll commented 2 years ago

pppoe-server: MAX_INTERFACES 64 is a problem for ULS.

We currently require 77 interfaces, this code just lifts the limit entirely and will keep adding interfaces for as much RAM as you have to store an array as required.

Signed-off-by: Jaco Kroon jaco@uls.co.za