CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/09/09 09:00:45
Modified files: usr.sbin/bgpd : rde.c Log message: Handle the CLUSTER_LIST attribute as described in RFC7606 Just drop the attribute if received from an external peer. Treat as withdraw if the len is 0 or not % 4. OK tb@