ipv6-static-routing: Downgrade log message to function level
This commit is contained in:
committed by
Tom Henderson
parent
9f3296bf16
commit
a42aa4e80e
@@ -867,7 +867,7 @@ Ipv6StaticRouting::NotifyAddRoute(Ipv6Address dst,
|
||||
uint32_t interface,
|
||||
Ipv6Address prefixToUse)
|
||||
{
|
||||
NS_LOG_INFO(this << dst << mask << nextHop << interface << prefixToUse);
|
||||
NS_LOG_FUNCTION(this << dst << mask << nextHop << interface << prefixToUse);
|
||||
if (nextHop == Ipv6Address::GetZero())
|
||||
{
|
||||
AddNetworkRouteTo(dst, mask, interface);
|
||||
|
||||
Reference in New Issue
Block a user