aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-10-01 19:44:38 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-10-01 19:44:38 +0000
commit37be1da83f0044314d017d99877409ec2a6e8aad (patch)
tree3da0d0a9097c3f00e779f4be7010ddcdc22a8943 /sys
parente98bbd43dfc6d0f8b68cdd8befbf0b9924e42b1e (diff)
Notes
Diffstat (limited to 'sys')
-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 d91d92f2a8fb..42cd7bd2d5fe 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: */