diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-14 03:54:32 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-14 03:54:32 +0000 |
commit | 9f795d1f9649555c1fb9a07893e6364d771e8ef4 (patch) | |
tree | 75ba4c068873e0c506cabf7e24b53226693c35f0 /sys/net/if.h | |
parent | e3a9f56a21c229235d07f6485450001e89401681 (diff) |
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
Diffstat (limited to 'sys/net/if.h')
-rw-r--r-- | sys/net/if.h | 4 |
1 files changed, 2 insertions, 2 deletions
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]; |