summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pimd/pim_ifchannel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_ifchannel.c b/pimd/pim_ifchannel.c
index 922ee647a..7a1c3e2ac 100644
--- a/pimd/pim_ifchannel.c
+++ b/pimd/pim_ifchannel.c
@@ -577,6 +577,7 @@ struct pim_ifchannel *pim_ifchannel_add(struct interface *ifp,
XFREE(MTYPE_PIM_IFCHANNEL, ch);
return NULL;
}
+ ch->upstream = up;
listnode_add_sort(up->ifchannels, ch);