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
# 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);
|
|---|