]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospfd.c
ospfd: Max multipath config support
authorrgirada <rgirada@vmware.com>
Thu, 11 Feb 2021 10:05:12 +0000 (02:05 -0800)
committerrgirada <rgirada@vmware.com>
Tue, 30 Mar 2021 05:04:46 +0000 (22:04 -0700)
commit3d5b9855779357e51e1b8ab6a9010b1e702f5b2d
tree69a15f08732b51f3098785f7ec05a1c578927467
parent9b25636e14b99e8a5ff87930bc078b6966f93f1c
ospfd: Max multipath config support

Description:
OSPF does not have an option to control the maximum multiple
equal cost paths to reach a destination/route(ECMP).
Currently, it is using the system specific max multiple paths.
But Somtimes, It requires to control the multiple paths from ospf.
This cli helps to configure the max number multiple paths in ospf.

Signed-off-by: Rajesh Girada <rgirada@vmware.com>
doc/user/ospfd.rst
ospfd/ospf_spf.c
ospfd/ospf_spf.h
ospfd/ospf_vty.c
ospfd/ospf_zebra.c
ospfd/ospfd.c
ospfd/ospfd.h