]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix build breakage
authormitesh <mitesh@cumulusnetworks.com>
Sat, 10 Feb 2018 00:57:37 +0000 (16:57 -0800)
committermitesh <mitesh@cumulusnetworks.com>
Sat, 10 Feb 2018 00:57:37 +0000 (16:57 -0800)
commit1f2129ecd39bf3b1ae16bfb82f82131ef6ec9511
tree542a753859d10aae0c1865c7091856c2f272be34
parentb2a708904aab69f80034c48978d34b4abb5e4519
zebra: fix build breakage

is_vni_l3 was removed as a part of PR1700. However, it seems to be used in master.
Causing the breakage. Made the changes to not use the API anymore.

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
zebra/zebra_vxlan.c