mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 03:53:38 +00:00
ospf6d: remove unguarded debug message
This debug message is of little use so remove it instead of adding a debug guard for it. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
578e1c5331
commit
36be5c61b3
@ -576,8 +576,6 @@ DEFUN (area_range,
|
|||||||
|
|
||||||
range->path.u.cost_config = cost;
|
range->path.u.cost_config = cost;
|
||||||
|
|
||||||
zlog_debug("%s: for prefix %s, flag = %x", __func__,
|
|
||||||
argv[idx_ipv6_prefixlen]->arg, range->flag);
|
|
||||||
if (range->rnode == NULL) {
|
if (range->rnode == NULL) {
|
||||||
ospf6_route_add(range, oa->range_table);
|
ospf6_route_add(range, oa->range_table);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user