This is the control plane for PPPoE plugin for VPP.
- Ethernet or VLAN encapsulation
- PPPoE: service name filtering, AC cookie
- PPP: LCP, IPCP, PAP
- AAA: RADIUS authentication, no authentication
- VPP
- cmake, gcc
cd pppcpd/
mkdir build
cd build/
cmake -DCMAKE_BUILD_TYPE=DEBUG -DBUILD_TESTING=OFF ..