interface name restriction
I didn't see any hint in the solaris 11 network docs about that restriction.
But it seems that leading zeroes arn't allowed in ipadm interface names:
# ipadm create-ipmp sc01
ipadm: cannot create interface sc01: Invalid interface name
# echo $?
1
# ipadm create-ipmp sc10
# echo $?
0
Is this a feature or a bug?
1