Kelly Hays:
> On Sat, May 4, 2024 at 11:45 AM Warner Losh <i...@freebsd.org> wrote:
> > @@ -2045,9 +2062,9 @@ interfaces with:
> >  .Bd -literal
> >  gif_interfaces="gif0 gif1"
> >  gifconfig_gif0="100.64.0.1 100.64.0.2"
> > -ifconfig_gif0="inet 10.0.0.1 10.0.0.2 netmask 255.255.255.252"
> > +ifconfig_gif0="inet 10.0.0.1/32 10.0.0.2"
> >  gifconfig_gif1="inet6 2a00::1 2a01::1"
> > -ifconfig_gif1="inet 10.1.0.1 10.1.0.2 netmask 255.255.255.252"
> > +ifconfig_gif1="inet 10.1.0.1/32 10.1.0.2"
> 
> In the last example above the CIDR notation for the netmask of
> 255.255.255.252 would be /30 not /32.

yes, this is wrong.  imp: can you fix this or do you want a new PR?

Attachment: signature.asc
Description: PGP signature

Reply via email to