MCPcopy Create free account
hub / github.com/secdev/scapy / ISIS_IsReachabilityEntry

Class ISIS_IsReachabilityEntry

scapy/contrib/isis.py:837–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835
836
837class ISIS_IsReachabilityEntry(Packet):
838 name = "ISIS IS Reachability"
839 fields_desc = [ByteField("defmetric", 1),
840 ByteField("delmetric", 0x80),
841 ByteField("expmetric", 0x80),
842 ByteField("errmetric", 0x80),
843 ISIS_NodeIdField("neighbourid", "0102.0304.0506.07")]
844
845 def extract_padding(self, s):
846 return "", s
847
848
849class ISIS_IsReachabilityTlv(ISIS_GenericTlv):

Callers

nothing calls this directly

Calls 2

ByteFieldClass · 0.90
ISIS_NodeIdFieldClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…