OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Henning Brauer (henningcvs.openbsd.org)
Date: Thu Feb 05 2004 - 08:29:09 CST


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2004/02/05 07:29:09

Modified files:
        usr.sbin/bgpd : bgpd.h parse.y

Log message:
introduce group IDs. will be needed for filtering (or rather, ease things
there)
just assign them from the neighbor ID pool - fortunately, that is rather
simple, we just have to make sure that all members of the group and (later)
all filter rules pointing to the group agree on the ID, but it does not need
to stay the same across config reloads.

ok claudio