[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJieiUiDN0pk2GDb2+jBQzbjdPTpckSm23SCFGZ9mRHWfQ1H4w@mail.gmail.com>
Date: Fri, 11 Aug 2017 07:37:22 -0700
From: Roopa Prabhu <roopa@...ulusnetworks.com>
To: David Lamparter <equinox@...c24.net>
Cc: Amine Kherbouche <amine.kherbouche@...nd.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH 1/2] mpls: add handlers
On Fri, Aug 11, 2017 at 5:34 AM, David Lamparter <equinox@...c24.net> wrote:
> On Thu, Aug 10, 2017 at 10:28:36PM +0200, Amine Kherbouche wrote:
>> Mpls handler allows creation/deletion of mpls routes without using
>> rtnetlink. When an incoming mpls packet matches this route, the saved
>> function handler is called.
>
> Since I originally authored this patch, I have come to believe that it
> might be unneccessarily complicated. It is unlikely that a lot of
> different "handlers" will exist here; the only things I can think of
> are VPLS support and BIER-MPLS multicast replication. I'm not saying
> it's a bad idea, but, well, this was in the README that I gave to 6WIND
> with this code:
>
> ...
yes, I would also prefer just exporting the functions and calling
them directly instead of adding a
handler layer. We can move to that later if it becomes necessary.
Powered by blists - more mailing lists