Author :
claudio
Date :
2024-01-09 14:15:15
Hash :4fa7a5b4 Message :Be more consistent with RTR parse error reporting.
Stop calling rtr_send_error() after a parse error in rtr_process_msg();
instead move the calls into the parse functions.
Use consistend and useful error text to most rtr_send_error() calls.
In parse header also check the minimal version for router key and ASPA pdus
before checking their length.
OK tb@