QinQ support and Source optimization#316
Open
JimmyBjorklund wants to merge 7 commits intoCESNET:masterfrom
Open
QinQ support and Source optimization#316JimmyBjorklund wants to merge 7 commits intoCESNET:masterfrom
JimmyBjorklund wants to merge 7 commits intoCESNET:masterfrom
Conversation
This QinQ extension handels both the inner an outer vlan tags and exports them as: ``` DOT1Q_VLAN_ID DOT1Q_CUSTOMER_VLAN_ID ```
6c6a347 to
cc89faf
Compare
Collaborator
Hi, what is the intended use case and motivation for this optimization? |
Author
|
In our case we are only interested in the destination and we can save a lot of records by consolidating all sources into one record. What it does is setting all incoming packets source to 0. Jimmy
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Pavel Šiška ***@***.***>
Sent: Friday, January 16, 2026 1:16:59 PM
To: CESNET/ipfixprobe ***@***.***>
Cc: Jimmy Björklund ***@***.***>; Author ***@***.***>
Subject: Re: [CESNET/ipfixprobe] QinQ support and Source optimization (PR #316)
[https://avatars.githubusercontent.com/u/22457246?s=20&v=4]SiskaPavel left a comment (CESNET/ipfixprobe#316)<#316 (comment)>
1. Source Optimization, ignores the source port and treat all flows to the same destination as one.
This reduces the amount of records produced as all source ports will have source set to 0.
Hi, what is the intended use case and motivation for this optimization?
—
Reply to this email directly, view it on GitHub<#316 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACH2DYLVAUGLAVWTQGTTVXD4HDJDXAVCNFSM6AAAAACOSZEQX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTONJZG43TKNZQGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
… we want less records not more.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
QinQ support and Source optimization
Details
This reduces the amount of records produced as all source ports will have source set to 0.