Re: [RFC nf-next 1/2] netfilter: bpf: support prog update

From: Alexei Starovoitov
Date: Thu Dec 14 2023 - 11:02:42 EST


On Thu, Dec 14, 2023 at 7:56 AM D. Wythe <alibuda@xxxxxxxxxxxxxxxxx> wrote:
>
>
>
> On 12/14/23 9:37 PM, Alexei Starovoitov wrote:
> > yes. it's and it's working as expected. Do you see an issue?
>
> Hi Alexei,
>
> I see the issue here is that bpf_nf_link has not yet implemented
> prog_update,
> which just simply returned -EOPNOTSUPP right now.

I see. The commit log didn't make it clear.
Yes. That would be good to support.