On Mon, Nov 14, 2005 at 11:34:50PM +0000, Brooks Davis wrote: > brooks 2005-11-14 23:34:50 UTC > > FreeBSD src repository > > Modified files: > share/man/man5 rc.conf.5 > etc network.subr > etc/rc.d netif > etc/defaults rc.conf > Log: > Add a new configuration variable, ipv4_addrs_<ifn>, which adds one or > more IPv4 address from a ranged list in CIRD notation: > > ipv4_addrs_ed0="192.168.0.1/24 192.168.1.1-5/28" > > In the process move alias processing into new ipv4_up/down functions to > more toward a less IPv4 centric world. > > Submitted by: Philipp Wuensche <cryx dash freebsd at h3q dot com> > > Revision Changes Path > 1.263 +1 -0 src/etc/defaults/rc.conf > 1.168 +58 -0 src/etc/network.subr > 1.18 +2 -2 src/etc/rc.d/netif > 1.270 +23 -3 src/share/man/man5/rc.conf.5
Nice feature. :-) -- Jesus R. Camou - [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
