CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/12/08 07:03:40
Modified files:
usr.sbin/bgpd : bgpd.h parse.y printconf.c rde.c rde.h
rde_update.c session.c session.h util.c
Log message:
Big AID change part two. This changes the mp capability into an array of
flags. This makes a lot of code much easier since the comparison is now
trivial. Additionally calculate the negotiated capabilities for a session
in the SE and pass that and only that to the RDE. This makes the decisions
in the RDE a lot easier. OK henning@