| 995 | |
| 996 | |
| 997 | class _ISIS_CSNP_Base(_ISIS_PduBase): |
| 998 | fields_desc = [ |
| 999 | _ISIS_PduLengthField(), |
| 1000 | ISIS_NodeIdField("sourceid", "0102.0304.0506.00"), |
| 1001 | ISIS_LspIdField("startlspid", "0000.0000.0000.00-00"), |
| 1002 | ISIS_LspIdField("endlspid", "FFFF.FFFF.FFFF.FF-FF"), |
| 1003 | _ISIS_TlvListField() |
| 1004 | ] |
| 1005 | |
| 1006 | |
| 1007 | def _snp_answers(snp, other, clsname): |
nothing calls this directly
no test coverage detected
searching dependent graphs…