Searched refs:BGPPALocalPref (Results 1 – 2 of 2) sorted by relevance
463 ############################## BGPPALocalPref ################################464 + BGPPALocalPref class tests466 = BGPPALocalPref - Instantiation467 raw(BGPPALocalPref()) == b'\x00\x00\x00\x00'469 = BGPPALocalPref - Instantiation with specific values (1)470 raw(BGPPALocalPref(local_pref = 110)) == b'\x00\x00\x00n'472 = BGPPALocalPref - Basic dissection473 a = BGPPALocalPref(b'\x00\x00\x00n')
1238 class BGPPALocalPref(Packet): class