Happy new year everybody!
I'm trying to do some testing of the carrierroute module, but after doing adding some gateways on the carrierroute table and doing some testings I got the following error:
ERROR:carrierroute:cr_do_route: desired routing domain doesn't exist, prefix 12345, carrier 1, domain 2
Can any of you give me some advice about how to tackle this error?
Thanks in advance,
Juan.-
My carrierroute table looks like this:
mysql> select * from carrierroute; +----+---------+--------+-------------+-------+------+------+-------+-----------------+----------------+----------------+-------------+ | id | carrier | domain | scan_prefix | flags | mask | prob | strip | rewrite_host | rewrite_prefix | rewrite_suffix | description | +----+---------+--------+-------------+-------+------+------+-------+-----------------+----------------+----------------+-------------+ | 1 | 1 | 1 | | 0 | 0 | 1 | 0 | 192.168.50.114 | | | NULL | | 2 | 2 | 1 | | 0 | 0 | 1 | 0 | 192.168.50.115 | | | NULL | | 3 | 3 | 1 | | 0 | 0 | 1 | 0 | 192.168.50.114 | | | NULL | | 4 | 1 | 2 | | 0 | 0 | 1 | 0 | 192.168.50.115 | | | NULL | | 5 | 2 | 2 | | 0 | 0 | 1 | 0 | 192.168.50.114 | | | NULL | | 6 | 3 | 2 | | 0 | 0 | 1 | 0 | 192.168.50.115 | | | NULL | | 7 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 192.168.50.115 | | | NULL | | 8 | 2 | 2 | 1 | 0 | 0 | 1 | 0 | 192.168.50.114 | | | NULL | | 9 | 3 | 2 | 2 | 0 | 0 | 1 | 0 | 192.168.50.115 | | | NULL | +----+---------+--------+-------------+-------+------+------+-------+-----------------+----------------+----------------+-------------+ 9 rows in set (0.00 sec)