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

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

2020 case IFT_FDDI:
2021 case IFT_IEEE1394:
2022#ifdef IFT_L2VLAN
2023 case IFT_L2VLAN:
2024#endif
2025#ifdef IFT_IEEE80211
2026 case IFT_IEEE80211:
2027#endif
2/* $KAME: nd6.c,v 1.144 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

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

2020 case IFT_FDDI:
2021 case IFT_IEEE1394:
2022#ifdef IFT_L2VLAN
2023 case IFT_L2VLAN:
2024#endif
2025#ifdef IFT_IEEE80211
2026 case IFT_IEEE80211:
2027#endif
2028#ifdef IFT_CARP
2029 case IFT_CARP:
2030#endif
2028 case IFT_GIF: /* XXX need more cases? */
2029 return (1);
2030 default:
2031 return (0);
2032 }
2033}
2034
2035int

--- 193 unchanged lines hidden ---
2031 case IFT_GIF: /* XXX need more cases? */
2032 return (1);
2033 default:
2034 return (0);
2035 }
2036}
2037
2038int

--- 193 unchanged lines hidden ---