CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/04/19 07:23:33
Modified files: usr.sbin/bgpd : rde.c rde.h rde_filter.c rde_peer.c rde_rib.c Log message: Implement a way to announce flowspec rules without hitting Adj-RIB-In and Loc-RIB. Flowspec objects are collected in a single flowrib RIB and then directly distributed into the various Adj-RIB-Outs. For this to work add a bypass in the filter logic (flowspec AFI/SAFI are currently accepted without any rule). The filter language lacks a way to allow prefixes based on AFI/SAFI which is the minimum needed. OK tb@