in reply to Re: gridlocked situation with net::bgp and update the peer routing information
in thread gridlocked situation with net::bgp and update the peer routing information

Hello,
following the codesnipet where the problem is located:
# Constructor for BGP-Update-Object my $update = Net::BGP::Update->new($nlri,$nlri_ref,$withdrawn_ref); # Update peer object print "Update peer object\n"; $peer->update($update);

Update peer object does not work, no call
of theUpdateCallback-function

Best regard
Marcus
  • Comment on Re^2: gridlocked situation with net::bgp and update the peer routing information
  • Download Code