On Sun, Dec 10, 2023 at 02:25:25PM +1100, Duncan Roe wrote: > Hi Pablo, > > Have you ant idea why Patchwork didn't pick up this patch? > > Please apply anyway. > > Cheers ... Duncan. > On Sat, Dec 09, 2023 at 01:30:20PM +1100, Duncan Roe wrote: > > i.e. this one: > > > -^I^I^I struct nfq_data *nfad, char *name);$ > > > +^I^I^I^I struct nfq_data *nfad, char *name);$ > > > > Signed-off-by: Duncan Roe <duncan_roe@xxxxxxxxxxxxxxx> > > --- > > include/libnetfilter_queue/libnetfilter_queue.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/include/libnetfilter_queue/libnetfilter_queue.h b/include/libnetfilter_queue/libnetfilter_queue.h > > index f254984..f7e68d8 100644 > > --- a/include/libnetfilter_queue/libnetfilter_queue.h > > +++ b/include/libnetfilter_queue/libnetfilter_queue.h > > @@ -111,7 +111,7 @@ extern int nfq_get_secctx(struct nfq_data *nfad, unsigned char **secdata); > > extern int nfq_get_indev_name(struct nlif_handle *nlif_handle, > > struct nfq_data *nfad, char *name); > > extern int nfq_get_physindev_name(struct nlif_handle *nlif_handle, > > - struct nfq_data *nfad, char *name); > > + struct nfq_data *nfad, char *name); > > extern int nfq_get_outdev_name(struct nlif_handle *nlif_handle, > > struct nfq_data *nfad, char *name); > > extern int nfq_get_physoutdev_name(struct nlif_handle *nlif_handle, > > -- > > 2.35.8 > > > > > Hi Pablo, Thanks for applying this. I had Archived=no selected so didn't see it in Patchwork. Cheers ... Duncan.