summaryrefslogtreecommitdiffstats
path: root/pimd/pim_igmp.c
diff options
context:
space:
mode:
authorEverton Marques <everton.marques@gmail.com>2009-08-12 10:52:22 -0300
committerDavid Lamparter <equinox@opensourcerouting.org>2015-02-04 06:07:50 +0100
commitd12beab1b9ce09c50672adb3c980e64ccd11edb4 (patch)
treeb22f8a83ea98c416efc5b6d76d013d21a1d706d5 /pimd/pim_igmp.c
parent236b01556122fba479118797163c44849073ff46 (diff)
downloadquagga-d12beab1b9ce09c50672adb3c980e64ccd11edb4.tar.bz2
quagga-d12beab1b9ce09c50672adb3c980e64ccd11edb4.tar.xz
[pim] Move encoded source address length check to pim_parse_addr_source
Diffstat (limited to 'pimd/pim_igmp.c')
-rw-r--r--pimd/pim_igmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_igmp.c b/pimd/pim_igmp.c
index b8f25814..82db37f6 100644
--- a/pimd/pim_igmp.c
+++ b/pimd/pim_igmp.c
@@ -392,7 +392,7 @@ static int recv_igmp_query(struct igmp_sock *igmp, int query_version,
/* this is a general query */
/* log that general query should have the s_flag set */
- zlog_warn("General IGMP query v%d from %s on %s: Router-Side Processing flag is clear",
+ zlog_warn("General IGMP query v%d from %s on %s: Suppress Router-Side Processing flag is clear",
query_version, from_str, ifp->name);
}
else {