Home
last modified time | relevance | path

Searched refs:BGPWithdrawnRoute (Results 1 – 2 of 2) sorted by relevance

/dports/net/ryu/ryu-4.26/ryu/tests/unit/packet/
H A Dtest_bgp.py190 withdrawn_routes = [bgp.BGPWithdrawnRoute(length=0,
192 bgp.BGPWithdrawnRoute(length=1,
194 bgp.BGPWithdrawnRoute(length=3,
196 bgp.BGPWithdrawnRoute(length=7,
198 bgp.BGPWithdrawnRoute(length=32,
447 withdrawn_routes = [bgp.BGPWithdrawnRoute(length=0,
449 bgp.BGPWithdrawnRoute(length=1,
451 bgp.BGPWithdrawnRoute(length=3,
453 bgp.BGPWithdrawnRoute(length=7,
455 bgp.BGPWithdrawnRoute(length=32,
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dbgp.py3610 class BGPWithdrawnRoute(IPAddrPrefix): class
5430 r, binroutes = BGPWithdrawnRoute.parser(binroutes)