Home
last modified time | relevance | path

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

/external/scapy/scapy/contrib/
Dbgp.uts675 ########## BGPRouteRefresh Class ###################################
676 + BGPRouteRefresh class tests
678 = BGPRouteRefresh - Instantiation
679 raw(BGPRouteRefresh()) == b'\x00\x01\x00\x01'
681 = BGPRouteRefresh - Instantiation with specific values
682 raw(BGPRouteRefresh(afi = 1, safi = 1)) == b'\x00\x01\x00\x01'
684 = BGPRouteRefresh - Dissection (1)
689 = BGPRouteRefresh - Dissection (2) - With ORFs
Dbgp.py2487 class BGPRouteRefresh(BGP): class
2516 bind_layers(BGPHeader, BGPRouteRefresh, {"type": 5})