cvs commit: src/etc network.subr src/etc/rc.d netif
src/etc/defaults rc.conf src/share/man/man5 rc.conf.5
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Oct 30 06:44:06 PDT 2004
pjd 2004-10-30 13:44:06 UTC
FreeBSD src repository
Modified files:
etc network.subr
etc/rc.d netif
etc/defaults rc.conf
share/man/man5 rc.conf.5
Log:
Allow to change interfaces name on boot time.
Now, one should be able to put something like this into /etc/rc.conf:
ifconfig_fxp0_name="net0"
ifconfig_net0="inet 10.0.0.1/16"
Reviewed by: green
Revision Changes Path
1.227 +1 -0 src/etc/defaults/rc.conf
1.157 +21 -0 src/etc/network.subr
1.12 +3 -0 src/etc/rc.d/netif
1.233 +6 -0 src/share/man/man5/rc.conf.5
More information about the cvs-src
mailing list