summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2014-07-28 16:15:29 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-07-28 18:47:50 +0900
commit64e98a9041249f0ac12887da6a8e862e9bd14078 (patch)
tree240e9c339a1c1c72deda7690685a32cf19d476b9
parenta1367ba23313b124b0076a7303284fbfea0c852a (diff)
bgp: remove an unused variable from bgpspeaker
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--ryu/services/protocols/bgp/bgpspeaker.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ryu/services/protocols/bgp/bgpspeaker.py b/ryu/services/protocols/bgp/bgpspeaker.py
index 8e852ff4..1f3bd437 100644
--- a/ryu/services/protocols/bgp/bgpspeaker.py
+++ b/ryu/services/protocols/bgp/bgpspeaker.py
@@ -54,7 +54,6 @@ from ryu.services.protocols.bgp.rtconf.neighbors import DEFAULT_CAP_MBGP_VPNV6
from ryu.services.protocols.bgp.rtconf.neighbors import PEER_NEXT_HOP
from ryu.services.protocols.bgp.rtconf.neighbors import PASSWORD
from ryu.services.protocols.bgp.rtconf.neighbors import OUT_FILTER
-from ryu.services.protocols.bgp.application import RyuBGPSpeaker
from netaddr.ip import IPAddress, IPNetwork
from ryu.lib.packet.bgp import RF_IPv4_UC, RF_IPv6_UC
@@ -250,7 +249,6 @@ class BGPSpeaker(object):
"""
super(BGPSpeaker, self).__init__()
- self.speaker = RyuBGPSpeaker()
settings = {}
settings[LOCAL_AS] = as_number