<div dir="ltr">Hi<div><br></div><div>I have a scenario whereby I want to query 1 DR group (A) which will imply another DR group (B) to query.</div><div><br></div><div>I then want to loop through the gateways in group B and if all should fail, I want to continue to loop through the gateways from A.</div><div><br></div><div>Obviously if I call do_routing() a second time, I will lose all the gateway list from the initial lookup.</div><div><br>Can I achieve what I want to to by using partitions?</div><div><br></div><div>e.g.</div><div><br></div><div>do_routing(&quot;A....)</div><div>do_routing(&quot;B...)</div><div>use_next_gw(&quot;A..)</div><div>use_next_gw(&quot;B...)</div></div>