diff options
-rw-r--r-- | ryu/services/protocols/bgp/peer.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ryu/services/protocols/bgp/peer.py b/ryu/services/protocols/bgp/peer.py index 24edf2df..0ee39be3 100644 --- a/ryu/services/protocols/bgp/peer.py +++ b/ryu/services/protocols/bgp/peer.py @@ -986,8 +986,6 @@ class Peer(Source, Sink, NeighborConfListener, Activity): # non-MPBGP Update msg. if not (mp_reach_attr or mp_unreach_attr): - LOG.info('Received UPDATE msg. with no MpReachNlri or ' - 'MpUnReachNlri attribute.') if not self.is_mpbgp_cap_valid(RF_IPv4_UC): LOG.error('Got UPDATE message with un-available' ' afi/safi %s' % RF_IPv4_UC) |