summaryrefslogtreecommitdiff
path: root/pimd/pim_nht.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_nht.h')
-rw-r--r--pimd/pim_nht.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_nht.h b/pimd/pim_nht.h
index 8f68af5652..13bb0fcb55 100644
--- a/pimd/pim_nht.h
+++ b/pimd/pim_nht.h
@@ -41,6 +41,7 @@ struct pim_nexthop_cache {
int64_t last_update;
uint16_t flags;
#define PIM_NEXTHOP_VALID (1 << 0)
+#define PIM_NEXTHOP_ANSWER_RECEIVED (1 << 1)
struct list *rp_list;
struct hash *upstream_hash;