2007-03-04 08:59:00 +03:00
|
|
|
/* $NetBSD: in6_gif.c,v 1.50 2007/03/04 06:03:25 christos Exp $ */
|
2001-07-29 09:08:32 +04:00
|
|
|
/* $KAME: in6_gif.c,v 1.62 2001/07/29 04:27:25 itojun Exp $ */
|
1999-07-04 01:24:45 +04:00
|
|
|
|
1999-06-28 10:36:47 +04:00
|
|
|
/*
|
|
|
|
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
|
|
|
* All rights reserved.
|
2000-04-19 10:30:51 +04:00
|
|
|
*
|
1999-06-28 10:36:47 +04:00
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. Neither the name of the project nor the names of its contributors
|
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
2000-04-19 10:30:51 +04:00
|
|
|
*
|
1999-06-28 10:36:47 +04:00
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
2001-11-13 03:56:55 +03:00
|
|
|
#include <sys/cdefs.h>
|
2007-03-04 08:59:00 +03:00
|
|
|
__KERNEL_RCSID(0, "$NetBSD: in6_gif.c,v 1.50 2007/03/04 06:03:25 christos Exp $");
|
2001-11-13 03:56:55 +03:00
|
|
|
|
1999-06-28 10:36:47 +04:00
|
|
|
#include "opt_inet.h"
|
2001-02-20 11:49:15 +03:00
|
|
|
#include "opt_iso.h"
|
1999-06-28 10:36:47 +04:00
|
|
|
|
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/sockio.h>
|
|
|
|
#include <sys/mbuf.h>
|
|
|
|
#include <sys/errno.h>
|
|
|
|
#include <sys/ioctl.h>
|
2001-01-22 10:51:01 +03:00
|
|
|
#include <sys/queue.h>
|
|
|
|
#include <sys/syslog.h>
|
2001-12-21 06:21:50 +03:00
|
|
|
#include <sys/protosw.h>
|
2005-06-26 14:39:21 +04:00
|
|
|
#include <sys/kernel.h>
|
2000-04-19 10:30:51 +04:00
|
|
|
|
1999-06-28 10:36:47 +04:00
|
|
|
#include <net/if.h>
|
|
|
|
#include <net/route.h>
|
|
|
|
|
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <netinet/in_systm.h>
|
|
|
|
#ifdef INET
|
|
|
|
#include <netinet/ip.h>
|
|
|
|
#endif
|
2000-04-19 10:30:51 +04:00
|
|
|
#include <netinet/ip_encap.h>
|
2000-02-06 15:49:37 +03:00
|
|
|
#ifdef INET6
|
|
|
|
#include <netinet/ip6.h>
|
1999-06-28 10:36:47 +04:00
|
|
|
#include <netinet6/ip6_var.h>
|
|
|
|
#include <netinet6/in6_gif.h>
|
2000-04-19 10:30:51 +04:00
|
|
|
#include <netinet6/in6_var.h>
|
1999-06-28 10:36:47 +04:00
|
|
|
#endif
|
2001-12-21 06:21:50 +03:00
|
|
|
#include <netinet6/ip6protosw.h>
|
1999-06-28 10:36:47 +04:00
|
|
|
#include <netinet/ip_ecn.h>
|
|
|
|
|
|
|
|
#include <net/if_gif.h>
|
|
|
|
|
1999-12-13 18:17:17 +03:00
|
|
|
#include <net/net_osdep.h>
|
|
|
|
|
2001-07-29 09:08:32 +04:00
|
|
|
static int gif_validate6 __P((const struct ip6_hdr *, struct gif_softc *,
|
|
|
|
struct ifnet *));
|
|
|
|
|
2001-12-21 06:58:15 +03:00
|
|
|
int ip6_gif_hlim = GIF_HLIM;
|
|
|
|
|
2001-12-21 06:21:50 +03:00
|
|
|
extern struct domain inet6domain;
|
2004-04-22 05:01:40 +04:00
|
|
|
const struct ip6protosw in6_gif_protosw =
|
2001-12-21 06:21:50 +03:00
|
|
|
{ SOCK_RAW, &inet6domain, 0/* IPPROTO_IPV[46] */, PR_ATOMIC|PR_ADDR,
|
2001-12-21 09:30:43 +03:00
|
|
|
in6_gif_input, rip6_output, in6_gif_ctlinput, rip6_ctloutput,
|
2001-12-21 06:21:50 +03:00
|
|
|
rip6_usrreq,
|
|
|
|
0, 0, 0, 0,
|
|
|
|
};
|
2001-07-29 09:08:32 +04:00
|
|
|
|
2001-12-21 09:30:43 +03:00
|
|
|
extern LIST_HEAD(, gif_softc) gif_softc_list;
|
|
|
|
|
1999-06-28 10:36:47 +04:00
|
|
|
int
|
2001-08-16 21:45:25 +04:00
|
|
|
in6_gif_output(ifp, family, m)
|
1999-06-28 10:36:47 +04:00
|
|
|
struct ifnet *ifp;
|
|
|
|
int family; /* family of the packet to be encapsulate. */
|
|
|
|
struct mbuf *m;
|
|
|
|
{
|
|
|
|
struct gif_softc *sc = (struct gif_softc*)ifp;
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
parentheses in return statements.
Cosmetic: don't open-code TAILQ_FOREACH().
Cosmetic: change types of variables to avoid oodles of casts: in
in6_src.c, avoid casts by changing several route_in6 pointers
to struct route pointers. Remove unnecessary casts to caddr_t
elsewhere.
Pave the way for eliminating address family-specific route caches:
soon, struct route will not embed a sockaddr, but it will hold
a reference to an external sockaddr, instead. We will set the
destination sockaddr using rtcache_setdst(). (I created a stub
for it, but it isn't used anywhere, yet.) rtcache_free() will
free the sockaddr. I have extracted from rtcache_free() a helper
subroutine, rtcache_clear(). rtcache_clear() will "forget" a
cached route, but it will not forget the destination by releasing
the sockaddr. I use rtcache_clear() instead of rtcache_free()
in rtcache_update(), because rtcache_update() is not supposed
to forget the destination.
Constify:
1 Introduce const accessor for route->ro_dst, rtcache_getdst().
2 Constify the 'dst' argument to ifnet->if_output(). This
led me to constify a lot of code called by output routines.
3 Constify the sockaddr argument to protosw->pr_ctlinput. This
led me to constify a lot of code called by ctlinput routines.
4 Introduce const macros for converting from a generic sockaddr
to family-specific sockaddrs, e.g., sockaddr_in: satocsin6,
satocsin, et cetera.
2007-02-18 01:34:07 +03:00
|
|
|
const struct sockaddr_in6 *cdst =
|
|
|
|
(const struct sockaddr_in6 *)rtcache_getdst(
|
|
|
|
(struct route *)&sc->gif_ro6);
|
1999-06-28 10:36:47 +04:00
|
|
|
struct sockaddr_in6 *sin6_src = (struct sockaddr_in6 *)sc->gif_psrc;
|
|
|
|
struct sockaddr_in6 *sin6_dst = (struct sockaddr_in6 *)sc->gif_pdst;
|
|
|
|
struct ip6_hdr *ip6;
|
2001-12-20 10:26:36 +03:00
|
|
|
int proto, error;
|
1999-06-28 10:36:47 +04:00
|
|
|
u_int8_t itos, otos;
|
|
|
|
|
|
|
|
if (sin6_src == NULL || sin6_dst == NULL ||
|
|
|
|
sin6_src->sin6_family != AF_INET6 ||
|
|
|
|
sin6_dst->sin6_family != AF_INET6) {
|
|
|
|
m_freem(m);
|
|
|
|
return EAFNOSUPPORT;
|
|
|
|
}
|
|
|
|
|
|
|
|
switch (family) {
|
|
|
|
#ifdef INET
|
|
|
|
case AF_INET:
|
|
|
|
{
|
|
|
|
struct ip *ip;
|
|
|
|
|
|
|
|
proto = IPPROTO_IPV4;
|
|
|
|
if (m->m_len < sizeof(*ip)) {
|
|
|
|
m = m_pullup(m, sizeof(*ip));
|
|
|
|
if (!m)
|
|
|
|
return ENOBUFS;
|
|
|
|
}
|
|
|
|
ip = mtod(m, struct ip *);
|
|
|
|
itos = ip->ip_tos;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#ifdef INET6
|
|
|
|
case AF_INET6:
|
|
|
|
{
|
|
|
|
proto = IPPROTO_IPV6;
|
|
|
|
if (m->m_len < sizeof(*ip6)) {
|
|
|
|
m = m_pullup(m, sizeof(*ip6));
|
|
|
|
if (!m)
|
|
|
|
return ENOBUFS;
|
|
|
|
}
|
|
|
|
ip6 = mtod(m, struct ip6_hdr *);
|
|
|
|
itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
|
|
|
|
break;
|
|
|
|
}
|
2001-02-20 13:41:47 +03:00
|
|
|
#endif
|
|
|
|
#ifdef ISO
|
|
|
|
case AF_ISO:
|
|
|
|
proto = IPPROTO_EON;
|
|
|
|
itos = 0;
|
|
|
|
break;
|
1999-06-28 10:36:47 +04:00
|
|
|
#endif
|
|
|
|
default:
|
2000-02-07 09:15:16 +03:00
|
|
|
#ifdef DEBUG
|
1999-06-28 10:36:47 +04:00
|
|
|
printf("in6_gif_output: warning: unknown family %d passed\n",
|
|
|
|
family);
|
|
|
|
#endif
|
|
|
|
m_freem(m);
|
|
|
|
return EAFNOSUPPORT;
|
|
|
|
}
|
2002-06-09 18:43:10 +04:00
|
|
|
|
1999-06-28 10:36:47 +04:00
|
|
|
/* prepend new IP header */
|
|
|
|
M_PREPEND(m, sizeof(struct ip6_hdr), M_DONTWAIT);
|
|
|
|
if (m && m->m_len < sizeof(struct ip6_hdr))
|
|
|
|
m = m_pullup(m, sizeof(struct ip6_hdr));
|
2001-07-29 09:08:32 +04:00
|
|
|
if (m == NULL)
|
1999-06-28 10:36:47 +04:00
|
|
|
return ENOBUFS;
|
|
|
|
|
|
|
|
ip6 = mtod(m, struct ip6_hdr *);
|
|
|
|
ip6->ip6_flow = 0;
|
1999-12-15 09:28:43 +03:00
|
|
|
ip6->ip6_vfc &= ~IPV6_VERSION_MASK;
|
|
|
|
ip6->ip6_vfc |= IPV6_VERSION;
|
2003-09-06 03:20:48 +04:00
|
|
|
#if 0 /* ip6->ip6_plen will be filled by ip6_output */
|
|
|
|
ip6->ip6_plen = htons((u_int16_t)m->m_pkthdr.len);
|
|
|
|
#endif
|
1999-06-28 10:36:47 +04:00
|
|
|
ip6->ip6_nxt = proto;
|
|
|
|
ip6->ip6_hlim = ip6_gif_hlim;
|
|
|
|
ip6->ip6_src = sin6_src->sin6_addr;
|
2001-05-14 17:35:20 +04:00
|
|
|
/* bidirectional configured tunnel mode */
|
|
|
|
if (!IN6_IS_ADDR_UNSPECIFIED(&sin6_dst->sin6_addr))
|
|
|
|
ip6->ip6_dst = sin6_dst->sin6_addr;
|
|
|
|
else {
|
|
|
|
m_freem(m);
|
|
|
|
return ENETUNREACH;
|
1999-06-28 10:36:47 +04:00
|
|
|
}
|
2001-05-10 05:37:42 +04:00
|
|
|
if (ifp->if_flags & IFF_LINK1)
|
1999-06-28 10:36:47 +04:00
|
|
|
ip_ecn_ingress(ECN_ALLOWED, &otos, &itos);
|
2001-05-10 05:37:42 +04:00
|
|
|
else
|
|
|
|
ip_ecn_ingress(ECN_NOCARE, &otos, &itos);
|
|
|
|
ip6->ip6_flow &= ~ntohl(0xff00000);
|
|
|
|
ip6->ip6_flow |= htonl((u_int32_t)otos << 20);
|
1999-06-28 10:36:47 +04:00
|
|
|
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
parentheses in return statements.
Cosmetic: don't open-code TAILQ_FOREACH().
Cosmetic: change types of variables to avoid oodles of casts: in
in6_src.c, avoid casts by changing several route_in6 pointers
to struct route pointers. Remove unnecessary casts to caddr_t
elsewhere.
Pave the way for eliminating address family-specific route caches:
soon, struct route will not embed a sockaddr, but it will hold
a reference to an external sockaddr, instead. We will set the
destination sockaddr using rtcache_setdst(). (I created a stub
for it, but it isn't used anywhere, yet.) rtcache_free() will
free the sockaddr. I have extracted from rtcache_free() a helper
subroutine, rtcache_clear(). rtcache_clear() will "forget" a
cached route, but it will not forget the destination by releasing
the sockaddr. I use rtcache_clear() instead of rtcache_free()
in rtcache_update(), because rtcache_update() is not supposed
to forget the destination.
Constify:
1 Introduce const accessor for route->ro_dst, rtcache_getdst().
2 Constify the 'dst' argument to ifnet->if_output(). This
led me to constify a lot of code called by output routines.
3 Constify the sockaddr argument to protosw->pr_ctlinput. This
led me to constify a lot of code called by ctlinput routines.
4 Introduce const macros for converting from a generic sockaddr
to family-specific sockaddrs, e.g., sockaddr_in: satocsin6,
satocsin, et cetera.
2007-02-18 01:34:07 +03:00
|
|
|
if (cdst->sin6_family != sin6_dst->sin6_family ||
|
|
|
|
!IN6_ARE_ADDR_EQUAL(&cdst->sin6_addr, &sin6_dst->sin6_addr))
|
2006-12-16 00:18:52 +03:00
|
|
|
rtcache_free((struct route *)&sc->gif_ro6);
|
|
|
|
else
|
|
|
|
rtcache_check((struct route *)&sc->gif_ro6);
|
|
|
|
|
|
|
|
if (sc->gif_ro6.ro_rt == NULL) {
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
parentheses in return statements.
Cosmetic: don't open-code TAILQ_FOREACH().
Cosmetic: change types of variables to avoid oodles of casts: in
in6_src.c, avoid casts by changing several route_in6 pointers
to struct route pointers. Remove unnecessary casts to caddr_t
elsewhere.
Pave the way for eliminating address family-specific route caches:
soon, struct route will not embed a sockaddr, but it will hold
a reference to an external sockaddr, instead. We will set the
destination sockaddr using rtcache_setdst(). (I created a stub
for it, but it isn't used anywhere, yet.) rtcache_free() will
free the sockaddr. I have extracted from rtcache_free() a helper
subroutine, rtcache_clear(). rtcache_clear() will "forget" a
cached route, but it will not forget the destination by releasing
the sockaddr. I use rtcache_clear() instead of rtcache_free()
in rtcache_update(), because rtcache_update() is not supposed
to forget the destination.
Constify:
1 Introduce const accessor for route->ro_dst, rtcache_getdst().
2 Constify the 'dst' argument to ifnet->if_output(). This
led me to constify a lot of code called by output routines.
3 Constify the sockaddr argument to protosw->pr_ctlinput. This
led me to constify a lot of code called by ctlinput routines.
4 Introduce const macros for converting from a generic sockaddr
to family-specific sockaddrs, e.g., sockaddr_in: satocsin6,
satocsin, et cetera.
2007-02-18 01:34:07 +03:00
|
|
|
struct sockaddr_in6 *dst =
|
|
|
|
(struct sockaddr_in6 *)&sc->gif_ro6.ro_dst;
|
|
|
|
memset(dst, 0, sizeof(*dst));
|
1999-06-28 10:36:47 +04:00
|
|
|
dst->sin6_family = sin6_dst->sin6_family;
|
|
|
|
dst->sin6_len = sizeof(struct sockaddr_in6);
|
|
|
|
dst->sin6_addr = sin6_dst->sin6_addr;
|
2006-12-16 00:18:52 +03:00
|
|
|
rtcache_init((struct route *)&sc->gif_ro6);
|
1999-06-28 10:36:47 +04:00
|
|
|
if (sc->gif_ro6.ro_rt == NULL) {
|
|
|
|
m_freem(m);
|
|
|
|
return ENETUNREACH;
|
|
|
|
}
|
2006-12-16 00:18:52 +03:00
|
|
|
}
|
2000-04-19 10:30:51 +04:00
|
|
|
|
2006-12-16 00:18:52 +03:00
|
|
|
/* If the route constitutes infinite encapsulation, punt. */
|
|
|
|
if (sc->gif_ro.ro_rt->rt_ifp == ifp) {
|
|
|
|
m_freem(m);
|
|
|
|
return ENETUNREACH; /* XXX */
|
1999-06-28 10:36:47 +04:00
|
|
|
}
|
2002-06-09 18:43:10 +04:00
|
|
|
|
2000-04-19 10:30:51 +04:00
|
|
|
#ifdef IPV6_MINMTU
|
|
|
|
/*
|
|
|
|
* force fragmentation to minimum MTU, to avoid path MTU discovery.
|
|
|
|
* it is too painful to ask for resend of inner packet, to achieve
|
|
|
|
* path MTU discovery for encapsulated packets.
|
|
|
|
*/
|
2003-08-23 00:20:09 +04:00
|
|
|
error = ip6_output(m, 0, &sc->gif_ro6, IPV6_MINMTU,
|
2003-08-23 01:53:01 +04:00
|
|
|
(struct ip6_moptions *)NULL, (struct socket *)NULL, NULL);
|
2000-04-19 10:30:51 +04:00
|
|
|
#else
|
2005-02-27 01:45:09 +03:00
|
|
|
error = ip6_output(m, 0, &sc->gif_ro6, 0,
|
2003-08-23 01:53:01 +04:00
|
|
|
(struct ip6_moptions *)NULL, (struct socket *)NULL, NULL);
|
2000-04-19 10:30:51 +04:00
|
|
|
#endif
|
2001-12-20 10:26:36 +03:00
|
|
|
|
2002-09-11 06:46:42 +04:00
|
|
|
return (error);
|
1999-06-28 10:36:47 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
int in6_gif_input(mp, offp, proto)
|
|
|
|
struct mbuf **mp;
|
|
|
|
int *offp, proto;
|
|
|
|
{
|
|
|
|
struct mbuf *m = *mp;
|
|
|
|
struct ifnet *gifp = NULL;
|
|
|
|
struct ip6_hdr *ip6;
|
|
|
|
int af = 0;
|
|
|
|
u_int32_t otos;
|
|
|
|
|
|
|
|
ip6 = mtod(m, struct ip6_hdr *);
|
|
|
|
|
2000-04-19 10:30:51 +04:00
|
|
|
gifp = (struct ifnet *)encap_getarg(m);
|
1999-06-28 10:36:47 +04:00
|
|
|
|
2000-04-19 10:30:51 +04:00
|
|
|
if (gifp == NULL || (gifp->if_flags & IFF_UP) == 0) {
|
1999-06-28 10:36:47 +04:00
|
|
|
m_freem(m);
|
|
|
|
ip6stat.ip6s_nogif++;
|
|
|
|
return IPPROTO_DONE;
|
|
|
|
}
|
2002-11-11 21:35:27 +03:00
|
|
|
#ifndef GIF_ENCAPCHECK
|
2001-07-29 09:08:32 +04:00
|
|
|
if (!gif_validate6(ip6, (struct gif_softc *)gifp, m->m_pkthdr.rcvif)) {
|
|
|
|
m_freem(m);
|
|
|
|
ip6stat.ip6s_nogif++;
|
|
|
|
return IPPROTO_DONE;
|
|
|
|
}
|
|
|
|
#endif
|
2000-04-19 10:30:51 +04:00
|
|
|
|
1999-06-28 10:36:47 +04:00
|
|
|
otos = ip6->ip6_flow;
|
|
|
|
m_adj(m, *offp);
|
|
|
|
|
|
|
|
switch (proto) {
|
|
|
|
#ifdef INET
|
|
|
|
case IPPROTO_IPV4:
|
|
|
|
{
|
|
|
|
struct ip *ip;
|
|
|
|
u_int8_t otos8;
|
|
|
|
af = AF_INET;
|
|
|
|
otos8 = (ntohl(otos) >> 20) & 0xff;
|
|
|
|
if (m->m_len < sizeof(*ip)) {
|
|
|
|
m = m_pullup(m, sizeof(*ip));
|
|
|
|
if (!m)
|
|
|
|
return IPPROTO_DONE;
|
|
|
|
}
|
|
|
|
ip = mtod(m, struct ip *);
|
|
|
|
if (gifp->if_flags & IFF_LINK1)
|
|
|
|
ip_ecn_egress(ECN_ALLOWED, &otos8, &ip->ip_tos);
|
2001-05-10 05:37:42 +04:00
|
|
|
else
|
|
|
|
ip_ecn_egress(ECN_NOCARE, &otos8, &ip->ip_tos);
|
1999-06-28 10:36:47 +04:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
#endif /* INET */
|
|
|
|
#ifdef INET6
|
|
|
|
case IPPROTO_IPV6:
|
|
|
|
{
|
2005-05-30 01:43:51 +04:00
|
|
|
struct ip6_hdr *ip6x;
|
1999-06-28 10:36:47 +04:00
|
|
|
af = AF_INET6;
|
2005-05-30 01:43:51 +04:00
|
|
|
if (m->m_len < sizeof(*ip6x)) {
|
|
|
|
m = m_pullup(m, sizeof(*ip6x));
|
1999-06-28 10:36:47 +04:00
|
|
|
if (!m)
|
|
|
|
return IPPROTO_DONE;
|
|
|
|
}
|
2005-05-30 01:43:51 +04:00
|
|
|
ip6x = mtod(m, struct ip6_hdr *);
|
1999-06-28 10:36:47 +04:00
|
|
|
if (gifp->if_flags & IFF_LINK1)
|
2005-05-30 01:43:51 +04:00
|
|
|
ip6_ecn_egress(ECN_ALLOWED, &otos, &ip6x->ip6_flow);
|
2001-05-10 05:37:42 +04:00
|
|
|
else
|
2005-05-30 01:43:51 +04:00
|
|
|
ip6_ecn_egress(ECN_NOCARE, &otos, &ip6x->ip6_flow);
|
1999-06-28 10:36:47 +04:00
|
|
|
break;
|
|
|
|
}
|
2001-02-20 11:49:15 +03:00
|
|
|
#endif
|
|
|
|
#ifdef ISO
|
|
|
|
case IPPROTO_EON:
|
|
|
|
af = AF_ISO;
|
|
|
|
break;
|
1999-06-28 10:36:47 +04:00
|
|
|
#endif
|
|
|
|
default:
|
|
|
|
ip6stat.ip6s_nogif++;
|
|
|
|
m_freem(m);
|
|
|
|
return IPPROTO_DONE;
|
|
|
|
}
|
2002-06-09 18:43:10 +04:00
|
|
|
|
1999-06-28 10:36:47 +04:00
|
|
|
gif_input(m, af, gifp);
|
|
|
|
return IPPROTO_DONE;
|
|
|
|
}
|
2000-04-19 10:30:51 +04:00
|
|
|
|
|
|
|
/*
|
2001-07-29 09:08:32 +04:00
|
|
|
* validate outer address.
|
2000-04-19 10:30:51 +04:00
|
|
|
*/
|
2001-07-29 09:08:32 +04:00
|
|
|
static int
|
|
|
|
gif_validate6(ip6, sc, ifp)
|
|
|
|
const struct ip6_hdr *ip6;
|
2000-04-19 10:30:51 +04:00
|
|
|
struct gif_softc *sc;
|
2001-07-29 09:08:32 +04:00
|
|
|
struct ifnet *ifp;
|
|
|
|
{
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
parentheses in return statements.
Cosmetic: don't open-code TAILQ_FOREACH().
Cosmetic: change types of variables to avoid oodles of casts: in
in6_src.c, avoid casts by changing several route_in6 pointers
to struct route pointers. Remove unnecessary casts to caddr_t
elsewhere.
Pave the way for eliminating address family-specific route caches:
soon, struct route will not embed a sockaddr, but it will hold
a reference to an external sockaddr, instead. We will set the
destination sockaddr using rtcache_setdst(). (I created a stub
for it, but it isn't used anywhere, yet.) rtcache_free() will
free the sockaddr. I have extracted from rtcache_free() a helper
subroutine, rtcache_clear(). rtcache_clear() will "forget" a
cached route, but it will not forget the destination by releasing
the sockaddr. I use rtcache_clear() instead of rtcache_free()
in rtcache_update(), because rtcache_update() is not supposed
to forget the destination.
Constify:
1 Introduce const accessor for route->ro_dst, rtcache_getdst().
2 Constify the 'dst' argument to ifnet->if_output(). This
led me to constify a lot of code called by output routines.
3 Constify the sockaddr argument to protosw->pr_ctlinput. This
led me to constify a lot of code called by ctlinput routines.
4 Introduce const macros for converting from a generic sockaddr
to family-specific sockaddrs, e.g., sockaddr_in: satocsin6,
satocsin, et cetera.
2007-02-18 01:34:07 +03:00
|
|
|
const struct sockaddr_in6 *src, *dst;
|
2000-04-19 10:30:51 +04:00
|
|
|
|
|
|
|
src = (struct sockaddr_in6 *)sc->gif_psrc;
|
|
|
|
dst = (struct sockaddr_in6 *)sc->gif_pdst;
|
|
|
|
|
|
|
|
/* check for address match */
|
2001-07-29 09:08:32 +04:00
|
|
|
if (!IN6_ARE_ADDR_EQUAL(&src->sin6_addr, &ip6->ip6_dst) ||
|
|
|
|
!IN6_ARE_ADDR_EQUAL(&dst->sin6_addr, &ip6->ip6_src))
|
2000-04-19 10:30:51 +04:00
|
|
|
return 0;
|
|
|
|
|
|
|
|
/* martian filters on outer source - done in ip6_input */
|
|
|
|
|
|
|
|
/* ingress filters on outer source */
|
2001-07-29 09:08:32 +04:00
|
|
|
if ((sc->gif_if.if_flags & IFF_LINK2) == 0 && ifp) {
|
2000-04-19 10:30:51 +04:00
|
|
|
struct sockaddr_in6 sin6;
|
|
|
|
struct rtentry *rt;
|
|
|
|
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
parentheses in return statements.
Cosmetic: don't open-code TAILQ_FOREACH().
Cosmetic: change types of variables to avoid oodles of casts: in
in6_src.c, avoid casts by changing several route_in6 pointers
to struct route pointers. Remove unnecessary casts to caddr_t
elsewhere.
Pave the way for eliminating address family-specific route caches:
soon, struct route will not embed a sockaddr, but it will hold
a reference to an external sockaddr, instead. We will set the
destination sockaddr using rtcache_setdst(). (I created a stub
for it, but it isn't used anywhere, yet.) rtcache_free() will
free the sockaddr. I have extracted from rtcache_free() a helper
subroutine, rtcache_clear(). rtcache_clear() will "forget" a
cached route, but it will not forget the destination by releasing
the sockaddr. I use rtcache_clear() instead of rtcache_free()
in rtcache_update(), because rtcache_update() is not supposed
to forget the destination.
Constify:
1 Introduce const accessor for route->ro_dst, rtcache_getdst().
2 Constify the 'dst' argument to ifnet->if_output(). This
led me to constify a lot of code called by output routines.
3 Constify the sockaddr argument to protosw->pr_ctlinput. This
led me to constify a lot of code called by ctlinput routines.
4 Introduce const macros for converting from a generic sockaddr
to family-specific sockaddrs, e.g., sockaddr_in: satocsin6,
satocsin, et cetera.
2007-02-18 01:34:07 +03:00
|
|
|
memset(&sin6, 0, sizeof(sin6));
|
2000-04-19 10:30:51 +04:00
|
|
|
sin6.sin6_family = AF_INET6;
|
|
|
|
sin6.sin6_len = sizeof(struct sockaddr_in6);
|
2001-07-29 09:08:32 +04:00
|
|
|
sin6.sin6_addr = ip6->ip6_src;
|
2000-04-19 10:30:51 +04:00
|
|
|
/* XXX scopeid */
|
|
|
|
rt = rtalloc1((struct sockaddr *)&sin6, 0);
|
2001-07-29 09:08:32 +04:00
|
|
|
if (!rt || rt->rt_ifp != ifp) {
|
2001-01-22 10:51:01 +03:00
|
|
|
#if 0
|
|
|
|
log(LOG_WARNING, "%s: packet from %s dropped "
|
|
|
|
"due to ingress filter\n", if_name(&sc->gif_if),
|
|
|
|
ip6_sprintf(&sin6.sin6_addr));
|
|
|
|
#endif
|
|
|
|
if (rt)
|
|
|
|
rtfree(rt);
|
2000-04-19 10:30:51 +04:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
rtfree(rt);
|
|
|
|
}
|
|
|
|
|
2001-05-14 17:35:20 +04:00
|
|
|
return 128 * 2;
|
2000-04-19 10:30:51 +04:00
|
|
|
}
|
2001-07-29 09:08:32 +04:00
|
|
|
|
2002-11-11 21:35:27 +03:00
|
|
|
#ifdef GIF_ENCAPCHECK
|
2001-07-29 09:08:32 +04:00
|
|
|
/*
|
|
|
|
* we know that we are in IFF_UP, outer address available, and outer family
|
|
|
|
* matched the physical addr family. see gif_encapcheck().
|
|
|
|
*/
|
|
|
|
int
|
|
|
|
gif_encapcheck6(m, off, proto, arg)
|
2005-06-02 19:21:35 +04:00
|
|
|
struct mbuf *m;
|
2001-07-29 09:08:32 +04:00
|
|
|
int off;
|
|
|
|
int proto;
|
|
|
|
void *arg;
|
|
|
|
{
|
|
|
|
struct ip6_hdr ip6;
|
|
|
|
struct gif_softc *sc;
|
|
|
|
struct ifnet *ifp;
|
|
|
|
|
|
|
|
/* sanity check done in caller */
|
|
|
|
sc = (struct gif_softc *)arg;
|
|
|
|
|
2007-03-04 08:59:00 +03:00
|
|
|
m_copydata(m, 0, sizeof(ip6), (void *)&ip6);
|
2001-07-29 09:08:32 +04:00
|
|
|
ifp = ((m->m_flags & M_PKTHDR) != 0) ? m->m_pkthdr.rcvif : NULL;
|
|
|
|
|
|
|
|
return gif_validate6(&ip6, sc, ifp);
|
|
|
|
}
|
2002-11-11 21:35:27 +03:00
|
|
|
#endif
|
2001-07-29 09:08:32 +04:00
|
|
|
|
|
|
|
int
|
|
|
|
in6_gif_attach(sc)
|
|
|
|
struct gif_softc *sc;
|
|
|
|
{
|
2002-11-11 21:35:27 +03:00
|
|
|
#ifndef GIF_ENCAPCHECK
|
2001-07-29 09:08:32 +04:00
|
|
|
struct sockaddr_in6 mask6;
|
|
|
|
|
|
|
|
bzero(&mask6, sizeof(mask6));
|
|
|
|
mask6.sin6_len = sizeof(struct sockaddr_in6);
|
2002-06-09 00:06:44 +04:00
|
|
|
mask6.sin6_addr.s6_addr32[0] = mask6.sin6_addr.s6_addr32[1] =
|
2001-07-29 09:08:32 +04:00
|
|
|
mask6.sin6_addr.s6_addr32[2] = mask6.sin6_addr.s6_addr32[3] = ~0;
|
|
|
|
|
|
|
|
if (!sc->gif_psrc || !sc->gif_pdst)
|
|
|
|
return EINVAL;
|
|
|
|
sc->encap_cookie6 = encap_attach(AF_INET6, -1, sc->gif_psrc,
|
|
|
|
(struct sockaddr *)&mask6, sc->gif_pdst, (struct sockaddr *)&mask6,
|
2005-05-30 01:43:51 +04:00
|
|
|
(const void *)&in6_gif_protosw, sc);
|
2001-07-29 09:08:32 +04:00
|
|
|
#else
|
|
|
|
sc->encap_cookie6 = encap_attach_func(AF_INET6, -1, gif_encapcheck,
|
|
|
|
(struct protosw *)&in6_gif_protosw, sc);
|
|
|
|
#endif
|
|
|
|
if (sc->encap_cookie6 == NULL)
|
|
|
|
return EEXIST;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
in6_gif_detach(sc)
|
|
|
|
struct gif_softc *sc;
|
|
|
|
{
|
|
|
|
int error;
|
|
|
|
|
|
|
|
error = encap_detach(sc->encap_cookie6);
|
|
|
|
if (error == 0)
|
|
|
|
sc->encap_cookie6 = NULL;
|
2005-06-26 14:39:21 +04:00
|
|
|
|
2006-12-16 00:18:52 +03:00
|
|
|
rtcache_free((struct route *)&sc->gif_ro6);
|
2005-06-26 14:39:21 +04:00
|
|
|
|
2001-07-29 09:08:32 +04:00
|
|
|
return error;
|
|
|
|
}
|
2001-12-21 09:30:43 +03:00
|
|
|
|
|
|
|
void
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
parentheses in return statements.
Cosmetic: don't open-code TAILQ_FOREACH().
Cosmetic: change types of variables to avoid oodles of casts: in
in6_src.c, avoid casts by changing several route_in6 pointers
to struct route pointers. Remove unnecessary casts to caddr_t
elsewhere.
Pave the way for eliminating address family-specific route caches:
soon, struct route will not embed a sockaddr, but it will hold
a reference to an external sockaddr, instead. We will set the
destination sockaddr using rtcache_setdst(). (I created a stub
for it, but it isn't used anywhere, yet.) rtcache_free() will
free the sockaddr. I have extracted from rtcache_free() a helper
subroutine, rtcache_clear(). rtcache_clear() will "forget" a
cached route, but it will not forget the destination by releasing
the sockaddr. I use rtcache_clear() instead of rtcache_free()
in rtcache_update(), because rtcache_update() is not supposed
to forget the destination.
Constify:
1 Introduce const accessor for route->ro_dst, rtcache_getdst().
2 Constify the 'dst' argument to ifnet->if_output(). This
led me to constify a lot of code called by output routines.
3 Constify the sockaddr argument to protosw->pr_ctlinput. This
led me to constify a lot of code called by ctlinput routines.
4 Introduce const macros for converting from a generic sockaddr
to family-specific sockaddrs, e.g., sockaddr_in: satocsin6,
satocsin, et cetera.
2007-02-18 01:34:07 +03:00
|
|
|
in6_gif_ctlinput(int cmd, const struct sockaddr *sa, void *d)
|
2001-12-21 09:30:43 +03:00
|
|
|
{
|
|
|
|
struct gif_softc *sc;
|
|
|
|
struct ip6ctlparam *ip6cp = NULL;
|
|
|
|
struct ip6_hdr *ip6;
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
parentheses in return statements.
Cosmetic: don't open-code TAILQ_FOREACH().
Cosmetic: change types of variables to avoid oodles of casts: in
in6_src.c, avoid casts by changing several route_in6 pointers
to struct route pointers. Remove unnecessary casts to caddr_t
elsewhere.
Pave the way for eliminating address family-specific route caches:
soon, struct route will not embed a sockaddr, but it will hold
a reference to an external sockaddr, instead. We will set the
destination sockaddr using rtcache_setdst(). (I created a stub
for it, but it isn't used anywhere, yet.) rtcache_free() will
free the sockaddr. I have extracted from rtcache_free() a helper
subroutine, rtcache_clear(). rtcache_clear() will "forget" a
cached route, but it will not forget the destination by releasing
the sockaddr. I use rtcache_clear() instead of rtcache_free()
in rtcache_update(), because rtcache_update() is not supposed
to forget the destination.
Constify:
1 Introduce const accessor for route->ro_dst, rtcache_getdst().
2 Constify the 'dst' argument to ifnet->if_output(). This
led me to constify a lot of code called by output routines.
3 Constify the sockaddr argument to protosw->pr_ctlinput. This
led me to constify a lot of code called by ctlinput routines.
4 Introduce const macros for converting from a generic sockaddr
to family-specific sockaddrs, e.g., sockaddr_in: satocsin6,
satocsin, et cetera.
2007-02-18 01:34:07 +03:00
|
|
|
const struct sockaddr_in6 *dst6;
|
2001-12-21 09:30:43 +03:00
|
|
|
|
|
|
|
if (sa->sa_family != AF_INET6 ||
|
|
|
|
sa->sa_len != sizeof(struct sockaddr_in6))
|
|
|
|
return;
|
|
|
|
|
|
|
|
if ((unsigned)cmd >= PRC_NCMDS)
|
|
|
|
return;
|
|
|
|
if (cmd == PRC_HOSTDEAD)
|
|
|
|
d = NULL;
|
|
|
|
else if (inet6ctlerrmap[cmd] == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* if the parameter is from icmp6, decode it. */
|
|
|
|
if (d != NULL) {
|
|
|
|
ip6cp = (struct ip6ctlparam *)d;
|
|
|
|
ip6 = ip6cp->ip6c_ip6;
|
|
|
|
} else {
|
|
|
|
ip6 = NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!ip6)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* for now we don't care which type it was, just flush the route cache.
|
|
|
|
* XXX slow. sc (or sc->encap_cookie6) should be passed from
|
|
|
|
* ip_encap.c.
|
|
|
|
*/
|
2007-02-17 09:11:25 +03:00
|
|
|
LIST_FOREACH(sc, &gif_softc_list, gif_list) {
|
2001-12-21 09:30:43 +03:00
|
|
|
if ((sc->gif_if.if_flags & IFF_RUNNING) == 0)
|
|
|
|
continue;
|
|
|
|
if (sc->gif_psrc->sa_family != AF_INET6)
|
|
|
|
continue;
|
Here are various changes designed to protect against bad IPv4
routing caused by stale route caches (struct route). Route caches
are sprinkled throughout PCBs, the IP fast-forwarding table, and
IP tunnel interfaces (gre, gif, stf).
Stale IPv6 and ISO route caches will be treated by separate patches.
Thank you to Christoph Badura for suggesting the general approach
to invalidating route caches that I take here.
Here are the details:
Add hooks to struct domain for tracking and for invalidating each
domain's route caches: dom_rtcache, dom_rtflush, and dom_rtflushall.
Introduce helper subroutines, rtflush(ro) for invalidating a route
cache, rtflushall(family) for invalidating all route caches in a
routing domain, and rtcache(ro) for notifying the domain of a new
cached route.
Chain together all IPv4 route caches where ro_rt != NULL. Provide
in_rtcache() for adding a route to the chain. Provide in_rtflush()
and in_rtflushall() for invalidating IPv4 route caches. In
in_rtflush(), set ro_rt to NULL, and remove the route from the
chain. In in_rtflushall(), walk the chain and remove every route
cache.
In rtrequest1(), call rtflushall() to invalidate route caches when
a route is added.
In gif(4), discard the workaround for stale caches that involves
expiring them every so often.
Replace the pattern 'RTFREE(ro->ro_rt); ro->ro_rt = NULL;' with a
call to rtflush(ro).
Update ipflow_fastforward() and all other users of route caches so
that they expect a cached route, ro->ro_rt, to turn to NULL.
Take care when moving a 'struct route' to rtflush() the source and
to rtcache() the destination.
In domain initializers, use .dom_xxx tags.
KNF here and there.
2006-12-09 08:33:04 +03:00
|
|
|
if (sc->gif_ro6.ro_rt == NULL)
|
2001-12-21 09:30:43 +03:00
|
|
|
continue;
|
|
|
|
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
parentheses in return statements.
Cosmetic: don't open-code TAILQ_FOREACH().
Cosmetic: change types of variables to avoid oodles of casts: in
in6_src.c, avoid casts by changing several route_in6 pointers
to struct route pointers. Remove unnecessary casts to caddr_t
elsewhere.
Pave the way for eliminating address family-specific route caches:
soon, struct route will not embed a sockaddr, but it will hold
a reference to an external sockaddr, instead. We will set the
destination sockaddr using rtcache_setdst(). (I created a stub
for it, but it isn't used anywhere, yet.) rtcache_free() will
free the sockaddr. I have extracted from rtcache_free() a helper
subroutine, rtcache_clear(). rtcache_clear() will "forget" a
cached route, but it will not forget the destination by releasing
the sockaddr. I use rtcache_clear() instead of rtcache_free()
in rtcache_update(), because rtcache_update() is not supposed
to forget the destination.
Constify:
1 Introduce const accessor for route->ro_dst, rtcache_getdst().
2 Constify the 'dst' argument to ifnet->if_output(). This
led me to constify a lot of code called by output routines.
3 Constify the sockaddr argument to protosw->pr_ctlinput. This
led me to constify a lot of code called by ctlinput routines.
4 Introduce const macros for converting from a generic sockaddr
to family-specific sockaddrs, e.g., sockaddr_in: satocsin6,
satocsin, et cetera.
2007-02-18 01:34:07 +03:00
|
|
|
dst6 = satocsin6(rtcache_getdst((struct route *)&sc->gif_ro6));
|
2001-12-21 09:30:43 +03:00
|
|
|
/* XXX scope */
|
Here are various changes designed to protect against bad IPv4
routing caused by stale route caches (struct route). Route caches
are sprinkled throughout PCBs, the IP fast-forwarding table, and
IP tunnel interfaces (gre, gif, stf).
Stale IPv6 and ISO route caches will be treated by separate patches.
Thank you to Christoph Badura for suggesting the general approach
to invalidating route caches that I take here.
Here are the details:
Add hooks to struct domain for tracking and for invalidating each
domain's route caches: dom_rtcache, dom_rtflush, and dom_rtflushall.
Introduce helper subroutines, rtflush(ro) for invalidating a route
cache, rtflushall(family) for invalidating all route caches in a
routing domain, and rtcache(ro) for notifying the domain of a new
cached route.
Chain together all IPv4 route caches where ro_rt != NULL. Provide
in_rtcache() for adding a route to the chain. Provide in_rtflush()
and in_rtflushall() for invalidating IPv4 route caches. In
in_rtflush(), set ro_rt to NULL, and remove the route from the
chain. In in_rtflushall(), walk the chain and remove every route
cache.
In rtrequest1(), call rtflushall() to invalidate route caches when
a route is added.
In gif(4), discard the workaround for stale caches that involves
expiring them every so often.
Replace the pattern 'RTFREE(ro->ro_rt); ro->ro_rt = NULL;' with a
call to rtflush(ro).
Update ipflow_fastforward() and all other users of route caches so
that they expect a cached route, ro->ro_rt, to turn to NULL.
Take care when moving a 'struct route' to rtflush() the source and
to rtcache() the destination.
In domain initializers, use .dom_xxx tags.
KNF here and there.
2006-12-09 08:33:04 +03:00
|
|
|
if (IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &dst6->sin6_addr))
|
2006-12-16 00:18:52 +03:00
|
|
|
rtcache_free((struct route *)&sc->gif_ro6);
|
2001-12-21 09:30:43 +03:00
|
|
|
}
|
|
|
|
}
|