summaryrefslogtreecommitdiffstats
path: root/pimd/pim_iface.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-08-02 15:21:51 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-12-22 02:26:04 +0100
commit0365f56bd00b2d136df71a063b87d8d4bb479991 (patch)
treef029332ab7a9048cb12079602035f041c173f5f3 /pimd/pim_iface.h
parentpimd: igmpv3.c was causing prune/join messages to be sent (diff)
downloadfrr-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.h1
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 */