From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Nault Subject: [PATCH iproute2 0/3] l2tp: remove unused fields in struct l2tp_parm Date: Fri, 27 Jul 2018 12:26:28 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Hemminger To: netdev@vger.kernel.org Return-path: Received: from zimbra.alphalink.fr ([217.15.80.77]:37829 "EHLO zimbra.alphalink.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729489AbeG0Lrs (ORCPT ); Fri, 27 Jul 2018 07:47:48 -0400 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Several fields of struct l2tp_parm are handled by create_session() but can't actually be set by user. Most of these fields can also be set by get_response(), but are ignored afterwards. Since these fields can't have any visible effect, let's just remove them. Guillaume Nault (3): l2tp: drop data_seq l2tp: drop mtu l2tp: drop lns_mode ip/ipl2tp.c | 13 ------------- 1 file changed, 13 deletions(-) -- 2.18.0