On Sat, Feb 24, 2018 at 12:20:04AM -0700, David Gwynne wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [email protected] 2018/02/24 00:20:04
>
> Modified files:
> sys/net : if_gre.c if_tun.c
>
> Log message:
> when comparing nvgre entries, compare a with b, not a with itself.
>
I doubt you wanted to commit the tun(4) change in this commit.
Looking at this diff returning if_mtu seems wrong since FIONREAD is
defined as:
Get the number of bytes that are immediately available for
reading.
--
:wq Claudio