]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_mroute.c
pimd: When receiving the register packet, create the mroute
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 27 Jun 2016 18:51:04 +0000 (14:51 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 27 Jun 2016 19:46:02 +0000 (15:46 -0400)
commit2ca35b3d73e8e3efe781990c4cf3f24853e477a5
tree6d64493acd16ab8bbec3fc48decd58f5103368c3
parent8a67a996bc0e8d3ff0792e1c0b53313170545700
pimd: When receiving the register packet, create the mroute

When a RP receives the register packet, move the (*,G) to a
(S,G) route and send the pim message upstream to the source.

With this change the multicast packets are sent from the
source to the interested parties.

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