]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264243:
authordteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Apr 2014 01:44:56 +0000 (01:44 +0000)
committerdteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Apr 2014 01:44:56 +0000 (01:44 +0000)
commit80ac2ad40159d99fe98cf2f62b291b8a436946ca
tree00bb6a6eea5764702d03d61c8ace4e43d4b012aa
parentfc55b40268a6ff22feb89485b0964f42887bb89f
MFC r264243:

Loosen the processing of *_IF_aliasN vars to be less strict. Previously,
the first alias had to be _alias0 and processing stopped at the first non-
defined variable (preventing gaps). Allowing gaps gives the administrator
the ability to group aliases in an adhoc manner and also lifts the
requirement to renumber aliases simply to comment-out an existing one.
Aliases are processed in numerical ascending order.

NB: Also Patches mdconfig{,2} rc(8) boot scripts to loosen the numbering
scheme for mdconfig_mdN settings to be less strict in the same manner.

Discussed on: -rc

git-svn-id: svn://svn.freebsd.org/base/stable/10@264438 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/network.subr
etc/rc.d/mdconfig
etc/rc.d/mdconfig2
etc/rc.subr