]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Refactor pim_sock_open to just need the ifp pointer 165/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Feb 2017 17:37:39 +0000 (12:37 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Feb 2017 17:37:39 +0000 (12:37 -0500)
commite5dfe687844ac39d0a2b113918b997866a810ca9
treec28ca548203fc8fad2f25779fd4162dd6447798a
parentb35702d0b8367fc719bb57ab211e3495091612b9
pimd: Refactor pim_sock_open to just need the ifp pointer

In all cases pim_sock_open was called, we just passed
in the pim_ifp->primary_address, which is accessible
from the interface pointer.  So just pass that in.

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