]> git.proxmox.com Git - mirror_frr.git/commit - zebra/main.c
bgpd, zebra: Allow setting ecmp from daemon cli
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Nov 2016 23:59:19 +0000 (19:59 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 1 Mar 2017 12:58:32 +0000 (07:58 -0500)
commit37fe77317cecd662eafaeab67aad02fed949b388
tree30c22ca2369a697a07d9a00457460515ea4935e5
parentf9c5f9f77107e82313661a50a6dc4e58906b799f
bgpd, zebra: Allow setting ecmp from daemon cli

When starting up bgp and zebra now, you can specify
-e <number> or --ecmp <number>
and that number will be used as the maximum ecmp
that can be used.

The <number specified must be >= 1 and <= MULTIPATH_NUM
that Quagga is compiled with.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
13 files changed:
bgpd/bgp_main.c
bgpd/bgp_mpath.c
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
bgpd/bgpd.c
bgpd/bgpd.h
zebra/main.c
zebra/rt_netlink.c
zebra/zebra_fpm_netlink.c
zebra/zebra_fpm_protobuf.c
zebra/zebra_mpls_openbsd.c
zebra/zserv.c
zebra/zserv.h