Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/share/man/man5 Pull up revision 1.6 (requested by tron ...



details:   https://anonhg.NetBSD.org/src/rev/e8e6f8bc2324
branches:  netbsd-1-6
changeset: 529189:e8e6f8bc2324
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Oct 23 12:34:48 2002 +0000

description:
Pull up revision 1.6 (requested by tron in ticket #901):
Automatically create and destroy cloning interfaces and sync IP Filter
immediately afterwards before bringing the interface up. This avoids
a small security gap existing in the previous scheme where IP Filter
was synced after all cloning interfaces were created and brought up.

diffstat:

 share/man/man5/ifconfig.if.5 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 1bf15858f99e -r e8e6f8bc2324 share/man/man5/ifconfig.if.5
--- a/share/man/man5/ifconfig.if.5      Wed Oct 23 12:34:40 2002 +0000
+++ b/share/man/man5/ifconfig.if.5      Wed Oct 23 12:34:48 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.if.5,v 1.5 2001/12/14 15:12:39 wiz Exp $
+.\"    $NetBSD: ifconfig.if.5,v 1.5.2.1 2002/10/23 12:34:48 lukem Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -91,12 +91,17 @@
 The following example is for dynamically-created pseudo interfaces like
 .Xr gif 4 :
 .Bd -literal -offset indent
-create
 up
 # configure IPv6 default route toward the interface
 !route add -inet6 default ::1
 !route change -inet6 default -ifp $int
 .Ed
+.Pp
+Earlier versions of
+.Pa /etc/rc.d/network
+required an explicit
+.Sq create
+command for such interfaces. This is now handled automatically.
 .Sh FILES
 .Pa /etc/rc.d/network
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index