Download raw body.
bgpd: follow RFC7606 for CLUSTER_LIST attribute
On Mon, Sep 09, 2024 at 04:18:58PM +0200, Claudio Jeker wrote: > Follow RFC7606 for CLUSTER_LIST and use 'attribute discard' when it is > sent from an external peer and 'treat-as-withdraw' if the size is bad > (which includes 0). The logic looks correct. > PS: This also include a duplicate check in the IMSG_RECONF_ASPA_TAS case. > The imsg_get_data() call later will do the size check and fail the same > way so there is no need for this. Agreed. ok tb
bgpd: follow RFC7606 for CLUSTER_LIST attribute