Skip to content

Commit

Permalink
Hotifx for importing with editest IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBlagov committed Nov 12, 2018
1 parent ebe2d79 commit d7f5fe3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,9 @@ public Map<String, Object> getVm(ImportPcapTableData packetData) {
}

// add ipv4 checksum instructions
instructionsList.addAll(vmInstructionBuilder.addChecksumInstruction());
if (instructionsList.size() > 0) {
instructionsList.addAll(vmInstructionBuilder.addChecksumInstruction());
}

Map<String, Object> additionalProperties = new HashMap<>();

Expand Down

0 comments on commit d7f5fe3

Please sign in to comment.