IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
RE: IRR support of RPSL
- From: Benjamin J. Carrasco
- Date: Mon Sep 29 05:19:23 2003
>Hopefully someone out there that is actively using (or developing) IRR can >provide me with some assistance...
It appears that I located the problem myself. It seems to be related to simple text parsing (interpreting white spaces) and some kind of line length limit.
Here are the changes that were necessary to successfully submit the object:
--before--
import: from AS65005 accept AS65005^0-24 OR AS65006^0-24 OR AS65007^0-24
--after--
import: from AS65005
accept AS65005^0-24 OR AS65006^0-24 OR AS65007^0-24
--before--
export: to AS65002 action aspath.prepend(AS65000,AS65000,AS65000,AS65000); announce {192.168.0.0/19, 172.16.0.0/22}
--after--
export: to AS65002
action aspath.prepend(AS65000,AS65000,AS65000,AS65000);
announce {192.168.0.0/19, 172.16.0.0/22}
I guess IRRd isn't so buggy after all...
Regards,
-BJ
--
Benjamin J. Carrasco
d i g i t a l r e a l m . n e t | work fast : play hard : live large
voice: 734.213.2990.201 fax: 734.629.0409
--
"There is nothing more difficult. . .than the
establishment of a new order of things."
-Machiavelli, 1532
|