]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix address range specification with ifconfig(8) options such as:
authorHiroki Sato <hrs@FreeBSD.org>
Sat, 20 Jul 2013 16:58:17 +0000 (16:58 +0000)
committerHiroki Sato <hrs@FreeBSD.org>
Sat, 20 Jul 2013 16:58:17 +0000 (16:58 +0000)
commitfd1fba7ce3f0e098d7238a2b9f678b0078573e0a
tree3557eb5c759d6c0910c5b2bdb53f60e37f5a3712
parent247ba4776c0c1f2d3c7d3b3e84e3605fd530cca4
Fix address range specification with ifconfig(8) options such as:

- inet 192.0.2.1-10 netmask 255.255.255.0 (inet range spec + ifconfig options)
- inet6 2001:db8:1::1-f prefixlen 60 (inet6 range spec + ifconfig options)

If prefixlen or netmask option is specified with CIDR notation at
the same time, the option is used.

Tested by: Michael Grimm
MFC after: 3 days
etc/network.subr