]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add pass up through zapi what zebra is capable of handling 2086/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 18 Apr 2018 15:10:27 +0000 (11:10 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 18 Apr 2018 15:10:27 +0000 (11:10 -0400)
commit09924cffadc0fd952f730f97fe2275fa5652c7bd
tree24bbec965bf39784d4516675afc3d5d707b0556d
parente49b64dee719b86b4844f0e3868b0f0bb6469e4d
zebra: Add pass up through zapi what zebra is capable of handling

Zebra is starting to have some run-time capabilites that would be
useful to pass up to the higher level protocols so that they
can act in an appropriate manner when needed.

Send the ecmp value zebra is being run with and whether or not
we believe mpls is enabled in the kernel or not.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/zclient.c
lib/zclient.h
zebra/zserv.c