On 2021/08/04 13:57, Claudio Jeker wrote:
> > diff --git if_wg.c if_wg.c
> > index 18333eda4cb..5f4319558ab 100644
> > --- if_wg.c
> > +++ if_wg.c
> > @@ -810,6 +810,7 @@ wg_send(struct wg_softc *sc, struct wg_endpoint *e, 
> > struct mbuf *m)
> >                         IPPROTO_IPV6);
> >  #endif
> >     } else {
> > +           m_freem(m);
> >             return EAFNOSUPPORT;
> >     }
> >  
> > 
> 
> Diff looks sensible. OK claudio@

Thanks, committed.

Reply via email to