Deleted Added
full compact
in6.c (151465) in6.c (151468)
1/* $FreeBSD: head/sys/netinet6/in6.c 151465 2005-10-19 10:09:19Z suz $ */
1/* $FreeBSD: head/sys/netinet6/in6.c 151468 2005-10-19 15:05:42Z suz $ */
2/* $KAME: in6.c,v 1.259 2002/01/21 11:37:50 keiichi 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

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

356 case SIOCSRTRFLUSH_IN6:
357 case SIOCSDEFIFACE_IN6:
358 case SIOCSIFINFO_FLAGS:
359 if (!privileged)
360 return (EPERM);
361 /* FALLTHROUGH */
362 case OSIOCGIFINFO_IN6:
363 case SIOCGIFINFO_IN6:
2/* $KAME: in6.c,v 1.259 2002/01/21 11:37:50 keiichi 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

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

356 case SIOCSRTRFLUSH_IN6:
357 case SIOCSDEFIFACE_IN6:
358 case SIOCSIFINFO_FLAGS:
359 if (!privileged)
360 return (EPERM);
361 /* FALLTHROUGH */
362 case OSIOCGIFINFO_IN6:
363 case SIOCGIFINFO_IN6:
364 case SIOCSIFINFO_IN6:
364 case SIOCGDRLST_IN6:
365 case SIOCGPRLST_IN6:
366 case SIOCGNBRINFO_IN6:
367 case SIOCGDEFIFACE_IN6:
368 return (nd6_ioctl(cmd, data, ifp));
369 }
370
371 switch (cmd) {

--- 1746 unchanged lines hidden ---
365 case SIOCGDRLST_IN6:
366 case SIOCGPRLST_IN6:
367 case SIOCGNBRINFO_IN6:
368 case SIOCGDEFIFACE_IN6:
369 return (nd6_ioctl(cmd, data, ifp));
370 }
371
372 switch (cmd) {

--- 1746 unchanged lines hidden ---