summaryrefslogtreecommitdiffstats
path: root/ospf6d
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-09-24 20:39:57 +0200
committerGitHub <noreply@github.com>2024-09-24 20:39:57 +0200
commit354f73d6152b5e6e17b1c6e2c6b643735db94ca9 (patch)
tree92429ea6190d5c0d7c176493b52148c2bfc95b82 /ospf6d
parentMerge pull request #16861 from btrent98/igmp-proxy2 (diff)
parentospf6d: Remove unguarded debugs in ospf6_snmp.c (diff)
downloadfrr-354f73d6152b5e6e17b1c6e2c6b643735db94ca9.tar.xz
frr-354f73d6152b5e6e17b1c6e2c6b643735db94ca9.zip
Merge pull request #16908 from donaldsharp/ospf6_snmp_special
ospf6d: Remove unguarded debugs in ospf6_snmp.c
Diffstat (limited to 'ospf6d')
-rw-r--r--ospf6d/ospf6_snmp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ospf6d/ospf6_snmp.c b/ospf6d/ospf6_snmp.c
index 36864d2a7..9ac8b6c1a 100644
--- a/ospf6d/ospf6_snmp.c
+++ b/ospf6d/ospf6_snmp.c
@@ -748,8 +748,6 @@ static uint8_t *ospfv3AreaEntry(struct variable *v, oid *name, size_t *length,
area_id = htonl(name[v->namelen]);
inet_ntop(AF_INET, &area_id, a, sizeof(a));
- zlog_debug("SNMP access by area: %s, exact=%d len=%d length=%lu", a,
- exact, len, (unsigned long)*length);
for (ALL_LIST_ELEMENTS_RO(ospf6->area_list, node, oa)) {
if (area == NULL) {
@@ -769,8 +767,6 @@ static uint8_t *ospfv3AreaEntry(struct variable *v, oid *name, size_t *length,
name[v->namelen] = ntohl(area->area_id);
inet_ntop(AF_INET, &area->area_id, a, sizeof(a));
- zlog_debug("SNMP found area: %s, exact=%d len=%d length=%lu", a, exact,
- len, (unsigned long)*length);
switch (v->magic) {
case OSPFv3IMPORTASEXTERN: