Home
last modified time | relevance | path

Searched refs:withdrawn_routes (Results 1 – 5 of 5) sorted by relevance

/dports/net/ryu/ryu-4.26/ryu/tests/unit/packet/
H A Dtest_bgp.py190 withdrawn_routes = [bgp.BGPWithdrawnRoute(length=0,
306 withdrawn_routes=mp_nlri),
313 msg = bgp.BGPUpdate(withdrawn_routes=withdrawn_routes,
447 withdrawn_routes = [bgp.BGPWithdrawnRoute(length=0,
561 withdrawn_routes=mp_nlri),
568 msg1 = bgp.BGPUpdate(withdrawn_routes=withdrawn_routes,
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dbgp.py4924 def __init__(self, afi, safi, withdrawn_routes, argument
4930 self.withdrawn_routes = withdrawn_routes
4932 for i in withdrawn_routes:
4960 for n in self.withdrawn_routes:
5391 withdrawn_routes=None, argument
5396 withdrawn_routes = withdrawn_routes if withdrawn_routes else []
5401 self.withdrawn_routes = withdrawn_routes
5428 withdrawn_routes = []
5431 withdrawn_routes.append(r)
5443 "withdrawn_routes": withdrawn_routes,
[all …]
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/
H A Dbmp.py162 return BGPUpdate(withdrawn_routes=[path.nlri],
H A Dpeer.py982 update = BGPUpdate(withdrawn_routes=[path.nlri])
1587 withdraw_list = update_msg.withdrawn_routes
1919 w_nlris = mp_unreach_attr.withdrawn_routes
/dports/net/scapy/scapy-2.4.5/scapy/contrib/
H A Dbgp.py2138 wl = sum(map(subpacklen, self.withdrawn_routes))