show ip ospf database opaque-area ....
returns Wrong Adjacency SID TLV size on dump
#14959
Labels
triage
Needs further investigation
When dumping the Adjacency Sid data, the ospf vty code expects it be 8 bytes of data but the value is 7.
Given that 7 is ok and not generating problems elsewhere. It sure seems like this is a problem in the dump code? When I modify the call to:
The code dumps more data. Clearly either FRR is generating the lsa tlv incorrectly ( it should be 8 bytes ) and we are not inter-operable with other vendors or the EXT_SUBTLV_ADJ_SID_SIZE should be modified. Either way I don't understand enough about the rfc and code to actually fix this issue without spending more time.
I can make this happen reliably running the ospf_sr_te_topo1 and adding a dump command on rtr1 when check_bsid is called.
The text was updated successfully, but these errors were encountered: