ci: enhance validation steps for Ethernet PDU sessions - #11
Open
tariromukute wants to merge 2 commits into
Open
Conversation
…multicast handling Signed-off-by: Tariro Mukute <tariro.mukute@phine.tech>
|
CI Build: #173 | Failed on the following stages: |
-f is a per-interface option: placed after an -i it filters only the
interface named by that last -i, and it sets the default filter for all
interfaces only when it precedes the first -i. From the tshark(1) man
page, on -f:
"If used before the first occurrence of the -i option, it sets the
default capture filter expression. If used after an -i option, it
sets the capture filter expression for the interface specified by
the last -i option occurring before this option."
demo-oai was therefore captured unfiltered on the multi-interface
deployments, recording the rfsim IQ stream into a 63 GB PCAP. port 2152
and arp are added because demo-n3 and demo-n6 previously got that
traffic only by being unfiltered.
Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org>
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.
docs/Ethernet_PDU_Sessions.mdcurrently validates the feature with a singlearping.ARP is answered locally by the UPF and never enters the GTP-U tunnel —
tcpdump -i demo-n3shows zero GTP-U packets during anarpingrun. A build in which the Ethernet PDU user plane is completely non-functional passes the existing test.Related to: openairinterface/oai-cn5g-upf#16
The tests below were written while debugging several Ethernet-PDU datapath issues; each one corresponds to a failure mode that the current document does not detect.
What changes
multicast_snooping=1with no querier, so unregistered L2 multicast is never forwarded to ports — gPTP and similar fail silently while ARP appears to workarping, since any uplink teaches the UPF the UE's MAC and the test then passes for the wrong reason