CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/05/13 15:13:04
Modified files:
usr.sbin/bgpd : rde_update.c
Log message:
Don't use a hardcoded list of how attribute are dumped and instead move
to a loop-switch construct in up_generate_attr(). This way attributes
are always dumped in ascending order as suggested by the RFC and adding
special attributes is simpler than in the current way.
The MP attributes are a special case since those are handled at a later
stage of creating UPDATE messages.
OK benno@