<div dir="ltr">Does anyone know if it's valid to use multiple NET: tags for a host, or will it break stuff? I don't actually use NET: tags for its real purpose (for xymonnet to match with $XYMONNETWORK) and instead I have some server-side scripts that are only meant for hosts on some networks. If I wanted to define a host so that it is included in multiple server-side script processing, can I do something like this:<div><br></div><div>10.1.1.1 <a href="http://host1.example.com">host1.example.com</a> # NET:net1 NET:net2</div><div><br></div><div>Eventually, someone might want to use NET: tags as intended, and I don't want to make that not work, or behave unexpectedly.</div></div>