]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: pbr entry log message changed to zlog_debug 2877/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 21 Aug 2018 08:43:33 +0000 (10:43 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 21 Aug 2018 16:30:32 +0000 (18:30 +0200)
pbr entry log message changed to zlog_debug.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_pbr.c

index 8faab9735aac9fb67059edaca3085526fafdd77c..b182fde1e2ec5d0d495be6f7dd152ab993b26623 100644 (file)
@@ -1680,7 +1680,7 @@ static void bgp_pbr_dump_entry(struct bgp_pbr_filter *bpf, bool add)
                         ? "!" : "",
                         bpf->dscp->val);
        }
-       zlog_info("BGP: %s FS PBR from %s to %s, %s %s",
+       zlog_debug("BGP: %s FS PBR from %s to %s, %s %s",
                  add ? "adding" : "removing",
                  bpf->src == NULL ? "<all>" :
                  prefix2str(bpf->src, bufsrc, sizeof(bufsrc)),