CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/05/09 06:24:41
Modified files: usr.sbin/ospfd : control.c database.c interface.c neighbor.c ospf.h ospfd.h ospfe.c ospfe.h rde.c rde.h rde_lsdb.c rde_spf.c Log message: First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can hold about any data you like and is used for things like greaceful reload. Implement the basic redistribute logic and LSDB handling but the data sent is currently not looked at. Tested and OK sthen@