summaryrefslogtreecommitdiffstats
path: root/pimd/pim_join.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-01-04 16:50:53 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2022-01-12 18:24:07 +0100
commitd51f8b0f1e06bf72a80be2f65e3e505892d5fb50 (patch)
tree9204c64a3b12856677e8ab5b1dd219d29fd42b68 /pimd/pim_join.c
parentpim6d: add skeleton for IPv6 PIM daemon (diff)
downloadfrr-d51f8b0f1e06bf72a80be2f65e3e505892d5fb50.tar.xz
frr-d51f8b0f1e06bf72a80be2f65e3e505892d5fb50.zip
pimd: move `%pSG4` to `%pPSG4`
Since this is only used in very few places, moving it out of the way is reasonable. (`%pSG` will be pim_sgaddr) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_join.c')
-rw-r--r--pimd/pim_join.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pimd/pim_join.c b/pimd/pim_join.c
index 4606aec6a..b2e1b1a28 100644
--- a/pimd/pim_join.c
+++ b/pimd/pim_join.c
@@ -87,8 +87,8 @@ static void recv_join(struct interface *ifp, struct pim_neighbor *neigh,
struct pim_rpf *rp = RP(pim_ifp->pim, sg->grp);
if (!rp) {
- zlog_warn("%s: Lookup of RP failed for %pSG4", __func__,
- sg);
+ zlog_warn("%s: Lookup of RP failed for %pPSG4",
+ __func__, sg);
return;
}
/*
@@ -160,7 +160,7 @@ static void recv_prune(struct interface *ifp, struct pim_neighbor *neigh,
pim_inet4_dump("<received?>", sg->src, received_rp,
sizeof(received_rp));
- zlog_debug("%s: Prune received with RP(%s) for %pSG4",
+ zlog_debug("%s: Prune received with RP(%s) for %pPSG4",
__func__, received_rp, sg);
}