Deleted Added
full compact
in6_ifattach.c (124333) in6_ifattach.c (126263)
1/* $FreeBSD: head/sys/netinet6/in6_ifattach.c 124333 2004-01-10 08:14:27Z truckman $ */
1/* $FreeBSD: head/sys/netinet6/in6_ifattach.c 126263 2004-02-26 03:53:54Z mlaier $ */
2/* $KAME: in6_ifattach.c,v 1.118 2001/05/24 07:44:00 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 653 unchanged lines hidden (view full) ---

663{
664 struct in6_ifaddr *ia;
665 struct in6_addr in6;
666
667 /* some of the interfaces are inherently not IPv6 capable */
668 switch (ifp->if_type) {
669#ifdef IFT_BRIDGE /* OpenBSD 2.8, NetBSD 1.6 */
670 case IFT_BRIDGE:
2/* $KAME: in6_ifattach.c,v 1.118 2001/05/24 07:44:00 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 653 unchanged lines hidden (view full) ---

663{
664 struct in6_ifaddr *ia;
665 struct in6_addr in6;
666
667 /* some of the interfaces are inherently not IPv6 capable */
668 switch (ifp->if_type) {
669#ifdef IFT_BRIDGE /* OpenBSD 2.8, NetBSD 1.6 */
670 case IFT_BRIDGE:
671 return;
672#endif
671#endif
672 case IFT_PFLOG:
673 case IFT_PFSYNC:
674 return;
673 }
674
675 /*
676 * quirks based on interface type
677 */
678 switch (ifp->if_type) {
679#ifdef IFT_STF
680 case IFT_STF:

--- 231 unchanged lines hidden ---
675 }
676
677 /*
678 * quirks based on interface type
679 */
680 switch (ifp->if_type) {
681#ifdef IFT_STF
682 case IFT_STF:

--- 231 unchanged lines hidden ---