In 1.7 I am using the drouting module, and calling do_routing like this: do_routing("0", "0"); So the gateways will be loaded up strictly in the order they are specified in the gwlist column. However the numeric sort parameter has been removed in 1.8 and replaced with flags. How can I achieve this same sort order in 1.8? Pete