diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-08-21 10:43:33 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2018-08-21 18:30:32 +0200 |
| commit | 45837bc40dcf64ea3f99e7838abc0a580a4e8ca8 (patch) | |
| tree | e85d1fff0f5a879002b7e4d638127a17b66ea5cb /bgpd | |
| parent | 5a430eee9ac745da9ea2116ea95a080d485a41f9 (diff) | |
bgpd: pbr entry log message changed to zlog_debug
pbr entry log message changed to zlog_debug.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd')
| -rw-r--r-- | bgpd/bgp_pbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_pbr.c b/bgpd/bgp_pbr.c index 8faab9735a..b182fde1e2 100644 --- a/bgpd/bgp_pbr.c +++ b/bgpd/bgp_pbr.c @@ -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)), |
