From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77BB0C46460 for ; Mon, 27 May 2019 00:36:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4CC2621707 for ; Mon, 27 May 2019 00:36:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ozlabs.org header.i=@ozlabs.org header.b="CnlxJNk/" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726034AbfE0Af6 (ORCPT ); Sun, 26 May 2019 20:35:58 -0400 Received: from ozlabs.org ([203.11.71.1]:35153 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725863AbfE0Af6 (ORCPT ); Sun, 26 May 2019 20:35:58 -0400 Received: by ozlabs.org (Postfix, from userid 1003) id 45Bygv6cqnz9s55; Mon, 27 May 2019 10:35:55 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1558917355; bh=KdpjiN01GyCrcCD6rD0+jm4pBhoYGx0uPgLmLGkkUIE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CnlxJNk/Zj/JsDkEtO7IDbHmxuW+cd4700mLvr5eJWbiTn38Mhx7P1RSaqtirubFg Lg8YeJateQV6AdZJMNrmBLrlXtBwR+6I9xotMds0Ryyo0yLgdH02DhTuNeGjrkS+XQ ODn4Ra6hprn3jUrTmdjmxcoVjIQwa+X0xSoscyiPKdBFrgIwBlVvnUqJVzASCZ47ZT 0/flqQlwHBNDny1/ElxnwrNVFjP+OK1oc/KEyn+K05u7vrHPDvr5bWUwyy26PgeWSe Yhk6uPal5B7f+WL6FIfeZ7f/b6IPiYF87pap2yT9DEKzFOg5pM481Uq81VrgxL/zIi jyTOCEfKYCiiA== Date: Mon, 27 May 2019 10:35:53 +1000 From: Paul Mackerras To: Matteo Croce Cc: linux-ppp@vger.kernel.org, netdev@vger.kernel.org, Jo-Philipp Wich Subject: Re: [PATCH pppd v4] pppoe: custom host-uniq tag Message-ID: <20190527003553.GA3380@blackberry> References: <20190504164853.4736-1-mcroce@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190504164853.4736-1-mcroce@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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 Thanks, patch applied. Paul.