CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2010/07/01 12:57:21
Modified files: usr.sbin/ospf6d: kroute.c ospf6d.c ospf6d.h ospfe.c rde.c rde.h rde_lsdb.c Log message: The prefixes of interface addresses of an ospf link have to be advertised as link-lsa and intra-area-prefix-lsa when they change dynamically. Handle RTM_NEWADDR and RTM_DELADDR in kroute by sending an imsg to ospfe. Upon this event, originate a new link-lsa in ospfe. In rde a new intra-area-prefix-lsa is generated when a link-lsa appears or goes away. ok claudio@; ok and test stsp@