mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-04 20:06:09 +02:00
bgp: support of understanding assigned mpls-label for prefix_add in vpnv4
Signed-off-by: Toshiki Tsuboi <t.tsubo2000@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
5d63bbfbaf
commit
36d734f4e4
@ -408,7 +408,7 @@ class BGPSpeaker(object):
|
||||
networks[NEXT_HOP] = \
|
||||
str(netaddr.IPAddress(next_hop).ipv6())
|
||||
|
||||
call(func_name, **networks)
|
||||
return call(func_name, **networks)
|
||||
|
||||
def prefix_del(self, prefix, route_dist=None):
|
||||
""" This method deletes a advertized prefix.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user