Much like ifconfig(8) cloning you can now easily capture the newly created node:
# nge=$(ngctl mkpeer -i br0: eiface link ether)
This is a quality of life improvement for mkpeer and if I did it right it should be 100% backward compatible.
Not every node will get a name automatically, it isn't required. But every node has an ID and you can use that ID in place of the name with ngctl(8). The usual netgraph naming oddity of ':' on the end is requied, but '[' + ID + ']' can be used anywhere a name would have been necessary.