Skip to content
Snippets Groups Projects
Commit 9f2e6bd9 authored by Ryan Izard's avatar Ryan Izard
Browse files

Change message to eth_type instead of dl_type.

parent 997a5324
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ public class StaticFlowEntryPusherResource extends ServerResource {
rowValues = StaticFlowEntries.jsonToStorageEntry(fmJson);
String status = null;
if (!checkMatchIp(rowValues)) {
status = "Warning! Must specify dl_type of IPv4/IPv6 to " +
status = "Warning! Must specify eth_type of IPv4/IPv6 to " +
"match on IPv4/IPv6 fields! The flow has been discarded.";
log.error(status);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment