Skip to content

Commit

Permalink
When a POP_VLAN action without specific match on vlan ID has been spe…
Browse files Browse the repository at this point in the history
…cified the deployment of the graph stops
  • Loading branch information
cicciob92 committed Aug 3, 2016
1 parent a467a2a commit c10dd1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1223,8 +1223,8 @@ bool GraphParser::parseGraph(Value value, highlevel::Graph &graph, bool newGraph
if(!match.checkVlanPresence())
{
ULOG_WARN("A POP_VLAN action without specific match on vlan ID has been specified...");
ULOG_WARN("The corresponding rule can not work as well as it should");
break;
ULOG_WARN("The corresponding rule can not work");
return false;
}
}
}
Expand Down

0 comments on commit c10dd1c

Please sign in to comment.