Reduce route add/del message from INFO to DBG
This commit is contained in:
@ -435,7 +435,7 @@ lcp_nl_route_del (struct rtnl_route *rr)
|
||||
fib_entry_flag_t entry_flags;
|
||||
|
||||
entry_flags = lcp_nl_mk_route_entry_flags (rtype, table_id, rproto);
|
||||
LCP_NL_INFO ("route_del: table %d prefix %U flags %U",
|
||||
LCP_NL_DBG ("route_del: table %d prefix %U flags %U",
|
||||
rtnl_route_get_table (rr), format_fib_prefix, &pfx,
|
||||
format_fib_entry_flags, entry_flags);
|
||||
if (pfx.fp_proto == FIB_PROTOCOL_IP6)
|
||||
@ -504,7 +504,7 @@ lcp_nl_route_add (struct rtnl_route *rr)
|
||||
|
||||
lcp_nl_mk_route_mprefix (rr, &mpfx);
|
||||
|
||||
LCP_NL_INFO ("route_add: mcast table %d prefix %U flags %U",
|
||||
LCP_NL_DBG ("route_add: mcast table %d prefix %U flags %U",
|
||||
rtnl_route_get_table (rr), format_mfib_prefix, &mpfx,
|
||||
format_fib_entry_flags, entry_flags);
|
||||
mfib_table_entry_update (nlt->nlt_mfib_index, &mpfx,
|
||||
@ -530,7 +530,7 @@ lcp_nl_route_add (struct rtnl_route *rr)
|
||||
}
|
||||
fib_src = lcp_nl_proto_fib_source (rproto);
|
||||
|
||||
LCP_NL_INFO ("route_add: table %d prefix %U flags %U",
|
||||
LCP_NL_DBG ("route_add: table %d prefix %U flags %U",
|
||||
rtnl_route_get_table (rr), format_fib_prefix, &pfx,
|
||||
format_fib_entry_flags, entry_flags);
|
||||
|
||||
|
Reference in New Issue
Block a user