Home
last modified time | relevance | path

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

/external/scapy/scapy/contrib/
Dbgp.uts463 ############################## BGPPALocalPref ################################
464 + BGPPALocalPref class tests
466 = BGPPALocalPref - Instantiation
467 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 dissection
473 a = BGPPALocalPref(b'\x00\x00\x00n')
Dbgp.py1238 class BGPPALocalPref(Packet): class