summaryrefslogtreecommitdiffstats
path: root/staticd/static_zebra.c
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2018-08-22 10:04:49 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2018-08-22 10:04:49 +0200
commit7a2c24df0219229baeb80b334029611d449c75ad (patch)
treea83ddc7654234cb3db6498ce3d7307ccee447dbb /staticd/static_zebra.c
parentstaticd: do not forget to set table id marker on zebra message (diff)
downloadfrr-7a2c24df0219229baeb80b334029611d449c75ad.tar.xz
frr-7a2c24df0219229baeb80b334029611d449c75ad.zip
static: remove useless debug variable
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'staticd/static_zebra.c')
-rw-r--r--staticd/static_zebra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/staticd/static_zebra.c b/staticd/static_zebra.c
index 2ea4667e0..56ba70eaf 100644
--- a/staticd/static_zebra.c
+++ b/staticd/static_zebra.c
@@ -277,7 +277,6 @@ extern void static_zebra_route_add(struct route_node *rn,
SET_FLAG(api.message, ZAPI_MESSAGE_TABLEID);
api.tableid = si_changed->table_id;
}
- zlog_debug("Distance sent down: %d %d", si_changed->distance, install);
for (/*loaded above*/; si; si = si->next) {
api_nh = &api.nexthops[nh_num];
if (si->nh_vrf_id == VRF_UNKNOWN)