]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_main.c
pimd: Add ability to safely ignore route-maps
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 May 2016 23:31:38 +0000 (19:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 May 2016 23:31:38 +0000 (19:31 -0400)
commit0e8ce7e607fcd85a27fae0aa70757e1ac61d501f
tree360f016636ef3fc85334c5bcbdb61ac4a97b3356
parent21c830a4aeb30b4086dfef0ebb07d15c05fa584c
pimd: Add ability to safely ignore route-maps

pim was not parsing route-map code and causing issues
using vtysh because of this.  Add code to safely
ignore the route-map code and set us up for future
expansion into route-maps if neeeded.

Ticket: CM-11219
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/Makefile.am
pimd/pim_main.c
pimd/pim_routemap.c [new file with mode: 0644]
pimd/pimd.h