aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-09 23:07:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-09 23:07:45 +0000
commit7381e14521fcdc4e32ca512230793ab2256726bb (patch)
tree18fd31c42bf6da5260c2b9d2780a39dbfa9f4fe6
parent94926f8cfa0adf37c4e19256ade7261a97f72e51 (diff)
parent1ec05b7c7888035e78dbdaa09499c45524387c58 (diff)
downloadbionic-7381e14521fcdc4e32ca512230793ab2256726bb.tar.gz
Merge "Sync <net/if_types.h> with upstream."
-rw-r--r--libc/include/net/if_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/include/net/if_types.h b/libc/include/net/if_types.h
index f0a04f7c6..eff6d53f8 100644
--- a/libc/include/net/if_types.h
+++ b/libc/include/net/if_types.h
@@ -1,4 +1,4 @@
-/* $NetBSD: if_types.h,v 1.24 2005/12/10 23:21:38 elad Exp $ */
+/* $NetBSD: if_types.h,v 1.26 2012/08/05 21:21:41 wiz Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -249,7 +249,7 @@
#define IFT_DOCSCABLEUPSTREAMCHANNEL 0xcd /* CATV Upstream Channel */
#define IFT_ECONET 0xce /* Acorn Econet */
#define IFT_PON155 0xcf /* FSAN 155Mb Symetrical PON interface */
-#define IFT_PON622 0xd0 /* FSAN 622Mb Symetrical PON interface */*/
+#define IFT_PON622 0xd0 /* FSAN 622Mb Symetrical PON interface */
#define IFT_BRIDGE 0xd1 /* Transparent bridge interface */
#define IFT_LINEGROUP 0xd2 /* Interface common to multiple lines */
#define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D */
@@ -263,5 +263,6 @@
#define IFT_FAITH 0xf2
#define IFT_PFLOG 0xf5 /* Packet filter logging */
#define IFT_PFSYNC 0xf6 /* Packet filter state syncing */
+#define IFT_CARP 0xf8 /* Common Address Redundancy Protocol */
#endif /* !_NET_IF_TYPES_H_ */