CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/23 22:44:05
Modified files:
usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rde.c
rde.h rde_peer.c rde_update.c session.c
session.h
Log message:
Implement 'max-prefix NUM out' to limit the number of announced prefixes.
This is an easy safety switch to not leak full tables to upstreams and
peers. If the limit is hit a Cease notification is sent and the session
is closed.
This implements most of https://tools.ietf.org/html/draft-sa-idr-maxprefix-00
OK job@