]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Modify pimreg creation
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 27 Jan 2017 00:14:06 +0000 (19:14 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jan 2017 17:52:06 +0000 (12:52 -0500)
commite34a317acf2addc6d864d238ed41f5977403af43
tree57f2fa75d7f3a4e34b8dde6011691a95ae846e48
parentf663aa7ad4028905632fdc4d6801522b8a17f731
pimd: Modify pimreg creation

We were creating the pimreg device with a
created ifindex of 255.  This was causing
issues when a interface was assigned a ifindex
of 255 by the kernel.  Subsuquently pim
would stay in a hosed up state.

Modify the ifindex used for the pimreg device
to be 0.

Ticket: CM-14625
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_iface.c
pimd/pim_oil.h