Open
Description
It is possible to set network policies using the command line:
cf add-network-policy SOURCE_APP --destination-app DESTINATION_APP --protocol (tcp | udp) --port RANGE
However it is not possible to set these values using the manifest. This makes it hard to perform deploys from automated systems.