We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cee8c commit eb90b70Copy full SHA for eb90b70
1 file changed
src/inline/nffile_inline.c
@@ -98,6 +98,8 @@ static inline int MapRecordHandle(recordHandle_t *handle, recordHeaderV3_t *reco
98
if (EXlayer2) {
99
// Honor the IPversion flag and mask out the unneeded extension
100
switch (EXlayer2->ipVersion) {
101
+ case 0: // not present - skip
102
+ break;
103
case 4:
104
if (handle->extensionList[EXipv6FlowID]) {
105
handle->extensionList[EXipv6FlowID] = NULL;
0 commit comments