]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Fix protobuf build on stable/2.0
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 15 Mar 2017 13:25:43 +0000 (09:25 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 15 Mar 2017 13:25:43 +0000 (09:25 -0400)
commit9cbae545f06d8cd8914c16d7d1f599c6004cc0c3
tree6aefd0e8875e6fb930043c1808c28bab1d033d08
parent81180ab813ff811c2c8743fc36f6ee82e192dbf0
zebra: Fix protobuf build on stable/2.0

When compiling w/ --enable-protobuf on stable/2.0
we were attempting to dereference the zvrf->vrf_id
which got moved to zvrf->vrf->vrf_id.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_fpm_protobuf.c