diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-08-02 15:21:51 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:04 +0100 |
commit | 0365f56bd00b2d136df71a063b87d8d4bb479991 (patch) | |
tree | f029332ab7a9048cb12079602035f041c173f5f3 /pimd/pim_iface.h | |
parent | pimd: igmpv3.c was causing prune/join messages to be sent (diff) | |
download | frr-0365f56bd00b2d136df71a063b87d8d4bb479991.tar.xz frr-0365f56bd00b2d136df71a063b87d8d4bb479991.zip |
pimd: Allow the kernel to forward encap'ed packets for us
When we get a pim register allow the kernel to forward the
saved packets.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_iface.h')
-rw-r--r-- | pimd/pim_iface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_iface.h b/pimd/pim_iface.h index 7f3d6961f..75b85c306 100644 --- a/pimd/pim_iface.h +++ b/pimd/pim_iface.h @@ -73,7 +73,6 @@ struct pim_interface { struct list *igmp_join_list; /* list of struct igmp_join */ int pim_sock_fd; /* PIM socket file descriptor */ - int pim_raw_fd; /* RP forwarding */ struct thread *t_pim_sock_read; /* thread for reading PIM socket */ int64_t pim_sock_creation; /* timestamp of PIM socket creation */ |