| 945 | |
| 946 | |
| 947 | class ISIS_P2P_Hello(_ISIS_PduBase): |
| 948 | name = "ISIS Point-to-Point Hello PDU" |
| 949 | |
| 950 | fields_desc = [ |
| 951 | ISIS_CircuitTypeField(), |
| 952 | ISIS_SystemIdField("sourceid", "0102.0304.0506"), |
| 953 | ShortField("holdingtime", 30), |
| 954 | _ISIS_PduLengthField(), |
| 955 | ByteField("localcircuitid", 0), |
| 956 | _ISIS_TlvListField() |
| 957 | ] |
| 958 | |
| 959 | |
| 960 | class _ISIS_LSP_Base(_ISIS_PduBase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…