CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/04/03 04:48:00
Modified files: usr.sbin/bgpd : bgpd.8 bgpd.conf.5 bgpd.h parse.y rde.c util.c Log message: Add first step of flowspec support. This adds the bits to establish a connection with SAFI 133. Right now any sent UPDATE with SAFI 133 is simply ignored. At the moment SAFI 134 (flowspec for L3VPN) is unsupported. OK tb@