if there is a '#include hosts.yaml' then that file is read into the doc at that point, using recursive call to 'loadFile()'. include_once is used to make sure the file is only included once into a yaml document.
So, we may have a single hosts.yaml with all the host definitions but multiple strategies. Since yaml does not support anchors accross documents or support importing other yaml files, i implemented an 'include'. [ Full content available at: https://github.com/apache/trafficserver/pull/4099 ] This message was relayed via gitbox.apache.org for [email protected]
