[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20151215.131513.158032872643262839.davem@davemloft.net>
Date: Tue, 15 Dec 2015 13:15:13 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: g.nault@...halink.fr
Cc: netdev@...r.kernel.org, linux-ppp@...r.kernel.org
Subject: Re: [PATCH net-next] pppoe: optional deactivation of PADT packet
handling
From: Guillaume Nault <g.nault@...halink.fr>
Date: Tue, 15 Dec 2015 17:06:39 +0100
> @@ -109,6 +109,18 @@ struct pppoe_net {
> rwlock_t hash_lock;
> };
>
> +/* PADT packets belong to PPPoE's discovery stage (i.e. control plane)
> + * and should be handled by user space. Unfortunately, some programs
> + * don't listen out for PADT packets and rely on pppoe module for
> + * closing session after reception of PADT.
> + *
> + * This option can be deactivated when PPPoE discovery is handled by
> + * a PADT aware program.
> + */
> +static bool handle_padt __read_mostly = true;
> +module_param(handle_padt, bool, 0444);
> +MODULE_PARM_DESC(handle_padt, "Let kernel interpret incoming PADT");
No module options, please.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists