Fix address matching rule.
Reported by: jase
This commit is contained in:
parent
f1d3a55dbf
commit
4fd7abaa02
@ -1058,7 +1058,7 @@ ifalias_af_common_handler()
|
|||||||
# Process the last component if any.
|
# Process the last component if any.
|
||||||
if [ -n "$_tmpargs}" ]; then
|
if [ -n "$_tmpargs}" ]; then
|
||||||
case $_tmpargs in
|
case $_tmpargs in
|
||||||
${_af}\ *[0-9][a-f][A-F]-*)
|
${_af}\ *[0-9a-fA-F]-*)
|
||||||
ifalias_af_common_handler $_if $_af $_action \
|
ifalias_af_common_handler $_if $_af $_action \
|
||||||
`ifalias_expand_addr $_af $_action ${_tmpargs#${_af}\ }`
|
`ifalias_expand_addr $_af $_action ${_tmpargs#${_af}\ }`
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user