CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/06/24 04:04:05

Modified files:
        usr.sbin/bgpd  : rde_attr.c mrt.c 

Log message:
aspath_deflate() did free the passed in data but since the way aspaths
are processed in the Adj-RIB-Out this is no longer needed since the passed
in pointer is still referenced and is not allowed to be freed.
Adjust the mrt code similar to how up_generate_attr() uses aspath_deflate().
OK sthen@

Reply via email to