diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2006-09-29 11:14:06 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2006-09-29 11:14:06 +0000 |
| commit | c7588fa72cbf79893f168a8a33189c8e45c43759 (patch) | |
| tree | 35f2ad681afaba872c294ae997151a4b2932a138 /net/pimdd/files/patch-trace.c | |
| parent | Another fix.. OOOTAG must also be specified. (diff) | |
Add new port for UOregon's PIM dense-mode multicast routing daemon for IPv4.
Diffstat (limited to '')
| -rw-r--r-- | net/pimdd/files/patch-trace.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/pimdd/files/patch-trace.c b/net/pimdd/files/patch-trace.c new file mode 100644 index 000000000000..591c042e4d69 --- /dev/null +++ b/net/pimdd/files/patch-trace.c @@ -0,0 +1,20 @@ +--- trace.c.orig Fri Sep 29 11:55:16 2006 ++++ trace.c Fri Sep 29 11:55:35 2006 +@@ -133,7 +133,7 @@ + /* determine the routing table entry for this traceroute */ + mrt = find_route(qry->tr_src, group, MRTF_SG | MRTF_WC | MRTF_PMBR, + DONT_CREATE); +- IF_DEBUG(DEBUG_TRACE) ++ IF_DEBUG(DEBUG_TRACE) { + if (mrt != (mrtentry_t *)NULL) { + if (mrt->upstream != (pim_nbr_entry_t *)NULL) + parent_address = mrt->upstream->address; +@@ -147,7 +147,7 @@ + */ + } else + log(LOG_DEBUG, 0, "...no route"); +- ++ } + /* + * Query type packet - check if rte exists + * Check if the query destination is a vif connected to me. |
