From ab263ec2ff6b200c895cb3a031fec8c785fa067f Mon Sep 17 00:00:00 2001 From: hrs Date: Thu, 19 Jun 2014 07:39:28 +0000 Subject: Fix address matching rule. Reported by: jase --- etc/network.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/network.subr b/etc/network.subr index f841872..b2e183f 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -1058,7 +1058,7 @@ ifalias_af_common_handler() # Process the last component if any. if [ -n "$_tmpargs}" ]; then case $_tmpargs in - ${_af}\ *[0-9][a-f][A-F]-*) + ${_af}\ *[0-9a-fA-F]-*) ifalias_af_common_handler $_if $_af $_action \ `ifalias_expand_addr $_af $_action ${_tmpargs#${_af}\ }` ;; -- cgit v1.1