On Sat, Dec 14, 2019 at 10:15:36PM +0100, Remi Locherer wrote: > On Sat, Dec 14, 2019 at 12:05:57PM +0100, Denis Fondras wrote: > > Still working towards bringing ospf6d and ospfd closer. > > > > area is now part of struct iface. > > Makes sense to me. > > > redist_list is part of struct area. > > In ospfd the redist_list per area is only used to redistribute a default > route into a stub area. ospf6d does not have proper support for multiple > areas yet. I think we should only add support for stub areas once we implement > multi area support. > > Maybe you can split your diff into smaller parts? E.g. the priority filter > in kr_init() could be a diff on it's own. >
The initial diff was splitted but after an operating error, 3 diffs were mixed. I will split them again. :)