]> git.puffer.fish Git - mirror/frr.git/commit
zebra: All slave devices were being treated as vrfs
authorsharpd <sharpd@cumulusnetworks.com>
Thu, 11 Feb 2016 02:28:13 +0000 (18:28 -0800)
committersharpd <sharpd@cumulusnetworks.com>
Thu, 11 Feb 2016 02:41:59 +0000 (18:41 -0800)
commitb9590d4de4f5d819fa2df6fb7f2cf397e286217f
treedba6f8158361d4b278b347d7e90d95ee47a45530
parentd92cc1f1864b1f87fca066eb2238cce465019175
zebra: All slave devices were being treated as vrfs

When a slave device is received via netlink, all the
devices were being treated as vrf's instead of the
myriad of slave devices that are possible.

Add code to check to see if the device is truly a vrf slave
or not.

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