summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-06-14 03:54:32 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-06-14 03:54:32 +0000
commit9f795d1f9649555c1fb9a07893e6364d771e8ef4 (patch)
tree75ba4c068873e0c506cabf7e24b53226693c35f0
parente3a9f56a21c229235d07f6485450001e89401681 (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
-rw-r--r--sbin/ifconfig/ifconfig.84
-rw-r--r--sys/net/if.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index f499491a9c0..b5051e2ab9b 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.109 2005/06/09 09:05:14 jmc Exp $
+.\" $OpenBSD: ifconfig.8,v 1.110 2005/06/14 03:54:31 henning Exp $
.\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $
.\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $
.\"
@@ -392,7 +392,7 @@ For example, a PPP interface such as
is a member of the PPP interface family group,
.Em ppp .
The interface(s) the default route(s) point to are members of the
-.Em external
+.Em egress
interface group.
.It Cm -group Ar group-name
Remove the interface from the given
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];