Home
last modified time | relevance | path

Searched refs:BGPFlowSpecRedirectCommunity (Results 1 – 4 of 4) sorted by relevance

/dports/net/ryu/ryu-4.26/ryu/tests/unit/services/protocols/bgp/utils/
H A Dtest_bgp.py25 BGPFlowSpecRedirectCommunity,
71 BGPFlowSpecRedirectCommunity(as_number=10, local_administrator=10),
117 BGPFlowSpecRedirectCommunity(as_number=10, local_administrator=10),
178 BGPFlowSpecRedirectCommunity(as_number=10, local_administrator=10),
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/utils/
H A Dbgp.py51 BGPFlowSpecRedirectCommunity,
225 FLOWSPEC_ACTION_REDIRECT: BGPFlowSpecRedirectCommunity,
250 FLOWSPEC_ACTION_REDIRECT: BGPFlowSpecRedirectCommunity,
274 FLOWSPEC_ACTION_REDIRECT: BGPFlowSpecRedirectCommunity,
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/api/
H A Dprefix.py36 from ryu.lib.packet.bgp import BGPFlowSpecRedirectCommunity
127 FLOWSPEC_ACTION_REDIRECT = BGPFlowSpecRedirectCommunity.ACTION_NAME
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dbgp.py4550 class BGPFlowSpecRedirectCommunity(BGPTwoOctetAsSpecificExtendedCommunity): class