From 2951a7a4c2abb30838eab9d734b842b6f4f8c104 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 1 Jul 2019 17:26:05 +0000 Subject: *: s/TRUE/true/, s/FALSE/false/ Signed-off-by: Quentin Young --- pimd/pim_assert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pimd/pim_assert.c') diff --git a/pimd/pim_assert.c b/pimd/pim_assert.c index 228218e3a..3aa2a9224 100644 --- a/pimd/pim_assert.c +++ b/pimd/pim_assert.c @@ -728,7 +728,7 @@ void assert_action_a5(struct pim_ifchannel *ch) winner metric as AssertWinnerMetric(S,G,I). Set Assert Timer to Assert_Time. If (I is RPF_interface(S)) AND (UpstreamJPState(S,G) == true) - set SPTbit(S,G) to TRUE. + set SPTbit(S,G) to true. */ static void assert_action_a6(struct pim_ifchannel *ch, struct pim_assert_metric winner_metric) @@ -737,7 +737,7 @@ static void assert_action_a6(struct pim_ifchannel *ch, /* If (I is RPF_interface(S)) AND (UpstreamJPState(S,G) == true) set - SPTbit(S,G) to TRUE. + SPTbit(S,G) to true. */ if (ch->upstream->rpf.source_nexthop.interface == ch->interface) if (ch->upstream->join_state == PIM_UPSTREAM_JOINED) -- cgit v1.2.3