]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_zlookup.c
lib: Fix vrf_id_t data type
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 May 2016 23:52:10 +0000 (19:52 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 May 2016 23:52:10 +0000 (19:52 -0400)
commite7a2870b4731c1e57f6fe1789d29e5104da448c2
treed5da9da1604003c59ed39b5dc8692e95c12a5eb3
parent705d6afb0584a5b58242d5bbe8bc19f106e5cbf7
lib: Fix vrf_id_t data type

We were reading a u_int16_t for vrf_id_t.  While technically
the same thing, I'd like to make sure we think about vrf_id_t's
as vrf_id_t's.

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