summaryrefslogtreecommitdiff
path: root/sys/net/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index efc5401fa8e..1db23f36d84 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.h,v 1.75 2005/06/14 03:54:31 henning Exp $ */
+/* $OpenBSD: if.h,v 1.76 2005/06/14 04:00:39 henning Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -426,7 +426,7 @@ struct if_announcemsghdr {
*/
#define IFG_ALL "all" /* group contains all interfaces */
-#define IFG_EXTERNAL "egress" /* if(s) default route(s) point to */
+#define IFG_EGRESS "egress" /* if(s) default route(s) point to */
struct ifg_group {
char ifg_group[IFNAMSIZ];