CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/12 06:31:28
Modified files:
usr.sbin/bgpd : rde.c
Log message:
In rde_attr_parse() if an attribute causes a parse error which results in
a treat-as-withdraw consume the full attribute by updating plen else the
parser will fail parsing a possible next element which results in a
session reset.
Initial report by Ben Cox (ben at benjojo.co.uk)
OK tb@
