Skip to content

Commit

Permalink
Update output_json.c
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
phaag authored Apr 1, 2024
1 parent 4a58dd5 commit 163bf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/output_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ static void stringEXlayer2(FILE *stream, void *extensionRecord, const char *inde
"%s\"phys_egress\" : \"%u\"%s"
"%s\"ethertype\" : %u%s",
indent, layer2->vlanID, fs, indent, layer2->postVlanID, fs, indent, layer2->customerVlanId, fs, indent, layer2->postCustomerVlanId, fs,
indent, layer2->ingress, fs, indent, layer2->egress, fs, indent, etherType->etherType, fs);
indent, layer2->ingress, fs, indent, layer2->egress, fs, indent, layer2->etherType, fs);

} // End of stringEXlayer2

Expand Down

0 comments on commit 163bf0f

Please sign in to comment.