Procd and running in jail with a network namespace

Hi does Procd support running inside a network namespace. I want to create a network namespace (with interfaces and routes) and then have the process run inside a jail using the network namespace. ie i would pass in the netns name.

Skimming the code it looks like some supported but it's just a boolean so i guess it just creates a network namespace that clones the current (not really sure).