Deleted Added
full compact
route6d.c (243233) route6d.c (257699)
1/* $FreeBSD: head/usr.sbin/route6d/route6d.c 243233 2012-11-18 15:48:02Z hrs $ */
1/* $FreeBSD: head/usr.sbin/route6d/route6d.c 257699 2013-11-05 12:52:56Z glebius $ */
2/* $KAME: route6d.c,v 1.104 2003/10/31 00:30:20 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

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

2580 IFFLAG("UP", IFF_UP);
2581 IFFLAG("BROADCAST", IFF_BROADCAST);
2582 IFFLAG("DEBUG", IFF_DEBUG);
2583 IFFLAG("LOOPBACK", IFF_LOOPBACK);
2584 IFFLAG("POINTOPOINT", IFF_POINTOPOINT);
2585#ifdef IFF_NOTRAILERS
2586 IFFLAG("NOTRAILERS", IFF_NOTRAILERS);
2587#endif
2/* $KAME: route6d.c,v 1.104 2003/10/31 00:30:20 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

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

2580 IFFLAG("UP", IFF_UP);
2581 IFFLAG("BROADCAST", IFF_BROADCAST);
2582 IFFLAG("DEBUG", IFF_DEBUG);
2583 IFFLAG("LOOPBACK", IFF_LOOPBACK);
2584 IFFLAG("POINTOPOINT", IFF_POINTOPOINT);
2585#ifdef IFF_NOTRAILERS
2586 IFFLAG("NOTRAILERS", IFF_NOTRAILERS);
2587#endif
2588#ifdef IFF_SMART
2589 IFFLAG("SMART", IFF_SMART);
2590#endif
2591 IFFLAG("RUNNING", IFF_RUNNING);
2592 IFFLAG("NOARP", IFF_NOARP);
2593 IFFLAG("PROMISC", IFF_PROMISC);
2594 IFFLAG("ALLMULTI", IFF_ALLMULTI);
2595 IFFLAG("OACTIVE", IFF_OACTIVE);
2596 IFFLAG("SIMPLEX", IFF_SIMPLEX);
2597 IFFLAG("LINK0", IFF_LINK0);
2598 IFFLAG("LINK1", IFF_LINK1);

--- 1050 unchanged lines hidden ---
2588 IFFLAG("RUNNING", IFF_RUNNING);
2589 IFFLAG("NOARP", IFF_NOARP);
2590 IFFLAG("PROMISC", IFF_PROMISC);
2591 IFFLAG("ALLMULTI", IFF_ALLMULTI);
2592 IFFLAG("OACTIVE", IFF_OACTIVE);
2593 IFFLAG("SIMPLEX", IFF_SIMPLEX);
2594 IFFLAG("LINK0", IFF_LINK0);
2595 IFFLAG("LINK1", IFF_LINK1);

--- 1050 unchanged lines hidden ---