mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 13:21:52 +00:00
isisd: ignore the unrecognized TLVs
When processing LSPDUs, the unrecognized TLVs/sub-TLVs should be silently ignored. In parse_tlvs(), ISIS_WARNING is returned once an unrecognized TLV exists. It breaks the processing in lsp_authentication_check() and lsp_update_data(). So remove it. Signed-off-by: Feng Lu <lu.feng@6wind.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
404fd2974f
commit
fd6f39a514
@ -742,7 +742,6 @@ parse_tlvs (char *areatag, u_char * stream, int size, u_int32_t * expected,
|
||||
zlog_warn ("ISIS-TLV (%s): unsupported TLV type %d, length %d",
|
||||
areatag, type, length);
|
||||
|
||||
retval = ISIS_WARNING;
|
||||
pnt += length;
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user