From 9f795d1f9649555c1fb9a07893e6364d771e8ef4 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 14 Jun 2005 03:54:32 +0000 Subject: use "egress" instead of "external" for the interface group containing the interfaces the default route(s) point to, proposed deraadt some days ago, ok djm deraadt --- sys/net/if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/if.h') diff --git a/sys/net/if.h b/sys/net/if.h index 510173c05d0..efc5401fa8e 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if.h,v 1.74 2005/06/12 00:41:33 henning Exp $ */ +/* $OpenBSD: if.h,v 1.75 2005/06/14 03:54:31 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 "external" /* if(s) default route(s) point to */ +#define IFG_EXTERNAL "egress" /* if(s) default route(s) point to */ struct ifg_group { char ifg_group[IFNAMSIZ]; -- cgit v1.2.3