]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: pbr entry log message changed to zlog_debug
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 21 Aug 2018 08:43:33 +0000 (10:43 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 22 Aug 2018 12:36:03 +0000 (14:36 +0200)
pbr entry log message changed to zlog_debug.

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

index fc0fa6c7e9987e47556134d397652e40b69d8735..1e03822059ec5fbce131c77735430c048575138e 100644 (file)
@@ -1678,7 +1678,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)),