After hours and hours or trying to figure out why isn't the -k flag working for the pppoe-binary, I was looking at the compile stage yelling: checking for Linux 2.4.X kernel-mode PPPoE support... no Which is weird, because the ebuild does --enable-plugin=../../ppp-2.4.6 ... A lil' bit more googling got me to a simple sed sed -i 's/linux\/in.h/netinet\/in.h/g' * Which got it back on track. Shouldn't this be patched somewhere ? Maybe a better option ? ( I needed the kernel mode so that radius would get the callingstationid in the sql tables ) Reproducible: Always
*** This bug has been marked as a duplicate of bug 364941 ***