summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pimd/pim_rpf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pimd/pim_rpf.h b/pimd/pim_rpf.h
index 006aa1b636..d6a8880ffb 100644
--- a/pimd/pim_rpf.h
+++ b/pimd/pim_rpf.h
@@ -21,6 +21,7 @@
#define PIM_RPF_H
#include <zebra.h>
+#include "pim_str.h"
/*
RFC 4601:
@@ -35,7 +36,7 @@
units applicable to the unicast routing protocol used.
*/
struct pim_nexthop {
- struct in_addr last_lookup;
+ pim_addr last_lookup;
long long last_lookup_time;
struct interface *interface; /* RPF_interface(S) */
struct prefix mrib_nexthop_addr; /* MRIB.next_hop(S) */