]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_top.c
ospf6d : Code refactoring for route redistribution.
authorKaushik <kaushik@niralnetworks.com>
Mon, 9 Nov 2020 15:51:29 +0000 (07:51 -0800)
committerKaushik <kaushik@niralnetworks.com>
Wed, 9 Dec 2020 07:57:23 +0000 (13:27 +0530)
commita069482f1f2be372867fbdf9ebc7e26e128a48ae
tree7863a7dcafb378757a13314e2658b73828a5d4d4
parent6bae26364896f66ba88d9ab30344f682204cd3f6
ospf6d : Code refactoring for route redistribution.

1. Created new ospf6_redist structure.
2. Moved the 'route_map' structure from structure 'ospf6' to
   structure 'ospf6_redist'.
3. Added new message type OSPF6_REDISTRIBUTE.
4. Added the placeholder for metric option in structure ospf6_redist
   for redistribute.
5. Added few API's for route redistribute lookup, add & del.

Signed-off-by: Kaushik <kaushik@niralnetworks.com>
ospf6d/ospf6_asbr.c
ospf6d/ospf6_asbr.h
ospf6d/ospf6_memory.c
ospf6d/ospf6_memory.h
ospf6d/ospf6_top.c
ospf6d/ospf6_top.h