PERFORCE change 118403 for review
Marko Zec
zec at FreeBSD.org
Thu Apr 19 11:13:44 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=118403
Change 118403 by zec at zec_tca51 on 2007/04/19 11:13:21
Allow for compilation of if_gre to succeed when
INET6 is not defined.
Affected files ...
.. //depot/projects/vimage/src/sys/net/if_gre.c#3 edit
Differences ...
==== //depot/projects/vimage/src/sys/net/if_gre.c#3 (text+ko) ====
@@ -241,7 +241,9 @@
gre_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
struct rtentry *rt)
{
+#ifdef INET6
INIT_VNET_INET(ifp->if_vnet);
+#endif
int error = 0;
struct gre_softc *sc = ifp->if_softc;
struct greip *gh;
More information about the p4-projects
mailing list