mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-24 18:11:24 +01:00
bgp: remove unnecessary log message
update msg without MpReachNlri or MpUnReachNlri is now normal Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
aad58663c0
commit
2d00b7d424
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user