]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Smarten up pim_nexthop_lookup
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 31 Aug 2017 12:49:10 +0000 (08:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 31 Aug 2017 14:30:19 +0000 (10:30 -0400)
commitea89ab14e26e7041277e0a584ea7144e9cb455ac
tree0d520293ee0cceaf5fd827d5edf23331d6a98496
parentce94edc7339dc4eddabe27ee35ffda5cce2b9094
pimd: Smarten up pim_nexthop_lookup

There exists cases where we have not properly configured
a RP yet, but we are getting callbacks for nocache.
This is generating allot of spam messages in the log.

In the case where we attempt to lookup INADDR_NONE
just say it fails without need to talk to anyone
since we'll never get a real answer from zebra
anyways.

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