History log of /netbsd-src/share/man/man5/ifconfig.if.5 (Results 1 – 22 of 22)
Revision Date Author Comments
# 9de06003 11-Oct-2020 kim <kim@NetBSD.org>

Bump date


# 2f25d900 11-Oct-2020 kim <kim@NetBSD.org>

Make "rtsol" functional again.


# 568e57b2 17-Apr-2020 kim <kim@NetBSD.org>

Update date


# aae8c85b 15-Apr-2020 kim <kim@NetBSD.org>

Add an "rtsol" keyword to ifconfig.if for enabling IPv6 RS/RA


# b4595449 29-Dec-2014 wiz <wiz@NetBSD.org>

Add comma in Dd. From Henning Petersen in PR 49515.


# cd51d52b 18-Dec-2014 roy <roy@NetBSD.org>

Remove redundant configuration snippet for dhclient and rtsol as dhcpcd will happily supply both needs.


# 636fc830 02-Oct-2012 roy <roy@NetBSD.org>

Discourage the use of ifconfig_bge0=dhcp and prefer setting dhcpcd=YES
in rc.conf(5) instead.


# b793e91e 07-Apr-2011 jym <jym@NetBSD.org>

Be more precise on the chars accepted for xxN in /etc/ifconfig.xxN
filenames, and ifconfig_xxN variables inside rc.conf(5).

Should fix PR misc/39376.


# cc2db4f5 26-Sep-2010 apb <apb@NetBSD.org>

Collapse <abckslash><newline> sequences in /etc/ifconfig.xxx files read
by /etc/rc.d/network. Fixes PR 41662 by Christoph Badura, which was
also reported independently by Jeremy C. Reed.


# a61d570b 09-Jan-2009 apb <apb@NetBSD.org>

Move explanatory text above the "dynamically-created" example,
to match other examples.


# 0ccde41d 08-Jan-2009 jakllsch <jakllsch@NetBSD.org>

Move the 'dhcp' example so it doesn't disrput flow
into the note about use of 'create'.
bump date.


# 94f952df 20-Sep-2008 apb <apb@NetBSD.org>

* Allow multiple commands in $ifconfig_xxN variables in rc.conf(5).
This may be done either by embedding newlines in the value,
or by using semicolons to represent line breaks (but not both at on

* Allow multiple commands in $ifconfig_xxN variables in rc.conf(5).
This may be done either by embedding newlines in the value,
or by using semicolons to represent line breaks (but not both at once).
* Allow shell quoting insode $ifconfig_xxN variables or /etc/ifconfig.xxN
files. This allows something like ifconfig_wi0="ssid 'my network'; dhcp"

show more ...


# 32455b20 29-May-2008 joerg <joerg@NetBSD.org>

Allow per-interface DHCP configuration using dhcpcd via
ifconfig_xxN=dhcp or a dhcp line in /etc/ifconfig.xxN.


# c2b95373 29-May-2008 mrg <mrg@NetBSD.org>

remove clause #3 from my license where there are no other
copyright holders involved.


# 7acb962b 24-Nov-2005 rpaulo <rpaulo@NetBSD.org>

RFC 3879 deprecated the IPv6 site-local prefix (fec0::/10):
* remove all references to $ip6sitelocal and output a warning
message if the variable is defined.
* introduce $ip6uniquelocal (

RFC 3879 deprecated the IPv6 site-local prefix (fec0::/10):
* remove all references to $ip6sitelocal and output a warning
message if the variable is defined.
* introduce $ip6uniquelocal (defaults to 'NO') that will control the
behaviour of the system when $ip6mode is ``router'' (i.e. fc00::/7
will not be routed if the variable is ``NO'') as per RFC 4193.

Thanks to Jonathan A. Kollasch for pointing this out in PR 32152.

show more ...


# f11a59bc 13-Oct-2002 wiz <wiz@NetBSD.org>

Bump date for automatic create; new sentence fixes.


# 6e400681 05-Oct-2002 tron <tron@NetBSD.org>

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

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.

show more ...


# 0d5dab06 14-Dec-2001 wiz <wiz@NetBSD.org>

Add two keywords "netmask" in examples. Fixes PR #14930.


# ced65d9a 23-Nov-2001 wiz <wiz@NetBSD.org>

Quote .Sq argument, and give correct argument to .Bd -offset (_not_ xxxx).
Second part fixes misc/14692.


# e84dcc69 08-Sep-2001 wiz <wiz@NetBSD.org>

Whitespace/punctuation fixes.


# d5197a0b 12-Jan-2001 itojun <itojun@NetBSD.org>

mention that the file is like /etc/ifconfig.fxp0. wording.


# 3711020b 11-Jan-2001 itojun <itojun@NetBSD.org>

extend /etc/ifconfig.xxN, for comment lines (#) and shell script
fragment (!). inspired by openbsd /etc/hostname.xxN.