From 0f3eceb673985546178e139453eb75cfa0ed3fb1 Mon Sep 17 00:00:00 2001 From: Pedro don't want to be here <39959198+pedro-nonfree@users.noreply.github.com> Date: Wed, 29 May 2019 14:37:28 +0200 Subject: Added extra AVP to SCCCN as known to allow MPD5 tunnels original commit author is @dyangol --- accel-pppd/ctrl/l2tp/l2tp.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'accel-pppd/ctrl/l2tp/l2tp.c') diff --git a/accel-pppd/ctrl/l2tp/l2tp.c b/accel-pppd/ctrl/l2tp/l2tp.c index cbb9de6b..6c108487 100644 --- a/accel-pppd/ctrl/l2tp/l2tp.c +++ b/accel-pppd/ctrl/l2tp/l2tp.c @@ -3053,6 +3053,13 @@ static int l2tp_recv_SCCCN(struct l2tp_conn_t *conn, list_for_each_entry(attr, &pack->attrs, entry) { switch (attr->attr->id) { case Message_Type: + case Host_Name: + case Vendor_Name: + case Bearer_Capabilities: + case Recv_Window_Size: + case Protocol_Version: + case Framing_Capabilities: + case Assigned_Tunnel_ID: case Random_Vector: break; case Challenge_Response: -- cgit v1.2.3