net-modules.d/ifconfig tries to translate iproute2-style arguments for point-to-point links to ifconfig-style ("peer"->"pointopoint"). However, the script actually replaces "peer" with "pointtopoint" (note the extra "t") therefore, ends up being called with bogus arguments and falls flat on its face :-( This is with baselayout-1.12.0_pre10-r1
Created attachment 73045 [details, diff] proposed patch The attached patch fixes the typo. In both the ifconfig and iproute2 modules. With this patch everything is working again.
Thanks for the patch! I've comitted to our svn repo - will be in baselayout-1.12.0_pre11
baselayout-1.12.0_pre11 is out