CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/05/07 03:42:26

Modified files:
        usr.sbin/bgpd  : rde.c 

Log message:
Fix treat as withdraw handling for invalid ORIGIN attributes

If a prefix triggers the F_ATTR_PARSE_ERR case and therefor a RFC 7606
treat as withdraw rde_attr_parse() needs to return a success and not -1.
The return (-1) was missed when the RFC 7606 handling was added.
Move the F_ATTR_ORIGIN marker up to be more in line with other attributes.

OK tb@

Reply via email to