mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-12 16:16:37 +02:00
bgp: fix typo
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
4f8d7a1411
commit
e3a3c7dc0c
@ -455,7 +455,7 @@ class Peer(Source, Sink, NeighborConfListener, Activity):
|
||||
|
||||
Update appropriate counters and set appropriate timers.
|
||||
"""
|
||||
assert rr_msg.TYPE_CODE == BGP_MSG_ROUTE_REFRESH
|
||||
assert rr_msg.type == BGP_MSG_ROUTE_REFRESH
|
||||
self._protocol.send(rr_msg)
|
||||
LOG.debug('RouteRefresh %s>> %s' %
|
||||
(self._neigh_conf.ip_address, rr_msg))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user