Searched refs:BGPRouteRefresh (Results 1 – 2 of 2) sorted by relevance
675 ########## BGPRouteRefresh Class ###################################676 + BGPRouteRefresh class tests678 = BGPRouteRefresh - Instantiation679 raw(BGPRouteRefresh()) == b'\x00\x01\x00\x01'681 = BGPRouteRefresh - Instantiation with specific values682 raw(BGPRouteRefresh(afi = 1, safi = 1)) == b'\x00\x01\x00\x01'684 = BGPRouteRefresh - Dissection (1)689 = BGPRouteRefresh - Dissection (2) - With ORFs
2487 class BGPRouteRefresh(BGP): class2516 bind_layers(BGPHeader, BGPRouteRefresh, {"type": 5})