On Tue, May 07, 2019 at 11:32:27AM +0200, Matteo Croce wrote: > On Tue, May 7, 2019 at 11:10 AM Tom Parkin wrote: > > > > Hi Matteo, > > > > On Sat, May 04, 2019 at 06:48:53PM +0200, Matteo Croce wrote: > > > Add pppoe 'host-uniq' option to set an arbitrary > > > host-uniq tag instead of the pppd pid. > > > Some ISPs use such tag to authenticate the CPE, > > > so it must be set to a proper value to connect. > > > > > > Signed-off-by: Matteo Croce > > > Signed-off-by: Jo-Philipp Wich > > > --- > > > pppd/plugins/rp-pppoe/common.c | 14 +++---- > > > pppd/plugins/rp-pppoe/discovery.c | 52 ++++++++++--------------- > > > pppd/plugins/rp-pppoe/plugin.c | 15 ++++++- > > > pppd/plugins/rp-pppoe/pppoe-discovery.c | 41 ++++++++++++------- > > > pppd/plugins/rp-pppoe/pppoe.h | 30 +++++++++++++- > > > 5 files changed, 96 insertions(+), 56 deletions(-) > > > > > Hi Tom, > > this was a known bug of the v3 patch, I've fixed it in the v4. > > Regards, Cool, thanks for confirming. Tom