Author :
claudio
Date :
2025-04-14 11:49:39
Hash :0d195f59 Message :In attr_optadd() avoid allocating the attribute before checking if the
rde_aspath already contains that attribute.
The check does not depend on the allocation so switching the code
simplifies the error handling since a possible allocation does not need
to be rolled back anymore.
OK tb@