From 37be1da83f0044314d017d99877409ec2a6e8aad Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Sat, 1 Oct 1994 19:44:38 +0000 Subject: [PATCH] Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't any more bits left in if_flags and I don't want to make it a long this late in the release cycle.) --- sys/net/if.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/net/if.h b/sys/net/if.h index d91d92f2a8f..42cd7bd2d5f 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if.h 8.1 (Berkeley) 6/10/93 - * $Id: if.h,v 1.5 1994/08/18 22:35:20 wollman Exp $ + * $Id: if.h,v 1.6 1994/08/21 05:11:40 paul Exp $ */ #ifndef _NET_IF_H_ @@ -175,6 +175,7 @@ struct ifnet { #define IFF_LINK0 0x1000 /* per link layer defined bit */ #define IFF_LINK1 0x2000 /* per link layer defined bit */ #define IFF_LINK2 0x4000 /* per link layer defined bit */ +#define IFF_ALTPHYS IFF_LINK2 /* use alternate physical connection */ #define IFF_MULTICAST 0x8000 /* supports multicast */ /* flags set internally only: */