Deleted Added
full compact
in6_ifattach.c (139826) in6_ifattach.c (142215)
1/* $FreeBSD: head/sys/netinet6/in6_ifattach.c 139826 2005-01-07 02:30:35Z imp $ */
1/* $FreeBSD: head/sys/netinet6/in6_ifattach.c 142215 2005-02-22 13:04:05Z glebius $ */
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

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

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#endif
672 case IFT_PFLOG:
673 case IFT_PFSYNC:
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

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

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#endif
672 case IFT_PFLOG:
673 case IFT_PFSYNC:
674 case IFT_CARP:
674 return;
675 }
676
677 /*
678 * quirks based on interface type
679 */
680 switch (ifp->if_type) {
681#ifdef IFT_STF

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

--- 229 unchanged lines hidden ---