Searched hist:122699 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/modules/if_gre/
H A DMakefilediff 122699 Fri Nov 14 18:58:00 MST 2003 bms Fix a bug whereby the physical endpoints of a gre(4) tunnel would not
be printed, if the module were loaded into a kernel which had INET6 enabled.

The gre(4) driver does not use INET6, nor is it specified for IPv6. The
tunnel_status() function in ifconfig(8) is somewhat overzealous and assumes
that all tunnel interfaces speak KAME ifioctls.

This fix follows the path of least resistance, by teaching gre(4) about
the two KAME ifioctls concerned.

PR: bin/56341
/freebsd-11-stable/sys/net/
H A Dif_gre.cdiff 122699 Fri Nov 14 18:58:00 MST 2003 bms Fix a bug whereby the physical endpoints of a gre(4) tunnel would not
be printed, if the module were loaded into a kernel which had INET6 enabled.

The gre(4) driver does not use INET6, nor is it specified for IPv6. The
tunnel_status() function in ifconfig(8) is somewhat overzealous and assumes
that all tunnel interfaces speak KAME ifioctls.

This fix follows the path of least resistance, by teaching gre(4) about
the two KAME ifioctls concerned.

PR: bin/56341

Completed in 123 milliseconds