mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-14 01:06:13 +02:00
Fix: lower down the message logging level for unmanaged DHCP request
Change-Id: I4f2e9031685c20eed9e6a3208056e7953a835e2c
This commit is contained in:
parent
57d9712f20
commit
ecf7f3bcd7
@ -249,7 +249,7 @@ public class OpenstackSwitchingDhcpHandler {
|
||||
.findAny().orElse(null);
|
||||
|
||||
if (port == null) {
|
||||
log.warn("Failed to retrieve openstack port information for MAC {}", clientMac);
|
||||
log.debug("Ignore DHCP request, since it comes from unmanaged openstack VM {}", clientMac);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user