Ben WIlliams writes:
here is the dump, prefix 8 should use gateway number
2. Its not a big
issue, I've managed to do it without LCR now.
INSERT INTO `lcr_gw` VALUES
(1,1,'chc','1.1.1.1',NULL,NULL,NULL,1,1,NULL,NULL,NULL,1,NULL),(2,1,'ak','2.2.2.2',NULL,NULL,NULL,1,1,NULL,NULL,NULL,1,NULL);
INSERT INTO `lcr_rule` VALUES (1,1,'8','.*',1,1);
INSERT INTO `lcr_rule_target` VALUES (1,1,1,2,1,1);
i tried the above records using master branch, and they worked ok. i
don't currently have opportunity to try with 3.2.
-- juha