summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-10-01 19:44:38 +0000
committerwollman <wollman@FreeBSD.org>1994-10-01 19:44:38 +0000
commit7eee0c291493539f62f316a821e23d9129b02c95 (patch)
tree3da0d0a9097c3f00e779f4be7010ddcdc22a8943 /sys/net/if.h
parentec3a408274a08c5af19b9eed5bd2dc00c4894009 (diff)
downloadFreeBSD-src-7eee0c291493539f62f316a821e23d9129b02c95.zip
FreeBSD-src-7eee0c291493539f62f316a821e23d9129b02c95.tar.gz
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.)
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index d91d92f..42cd7bd 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: */
OpenPOWER on IntegriCloud