Net::BGP advise

2007-05-26 Thread Jeremy Kister
I sent [most of] the below message to Net::BGP's author a small while ago and haven't yet heard back. I'm hoping someone on the list can help. I'm trying to use Net::BGP to inject a /32 into my iBGP. What is the proper way to send a $peer->update? If I do: my $bgp = new Net::BGP::Process(); my

Re: Net::BGP advise

2007-05-27 Thread Jeremy Kister
On 5/26/2007 8:27 PM, Jeremy Kister wrote: > I'm sure I'm just using the code incorrectly, but can't figure the > right way to do it. I've figured out the logic. $peer->update must go inside on of the peer callbacks. I can simply add conditionals inside my timer callback. I was previously tryin