Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-fed
Commits
46cce795
Commit
46cce795
authored
Jun 03, 2021
by
ismail
Browse files
Helm: update on the interface to any for pcap capture
Signed-off-by:
ismail
<
mohammed.ismail@openairinterface.org
>
parent
c30e9a8a
Changes
3
Show whitespace changes
Inline
Side-by-side
charts/oai-amf/templates/deployment.yaml
View file @
46cce795
...
...
@@ -34,7 +34,7 @@ spec:
command
:
-
/bin/sh
-
-c
-
/usr/sbin/tcpdump -i
net1
-w /pcap/oai-amf_`date +%Y-%m-%d_%H_%M-%S-%Z`.pcap
-
/usr/sbin/tcpdump -i
any
-w /pcap/oai-amf_`date +%Y-%m-%d_%H_%M-%S-%Z`.pcap
volumeMounts
:
-
mountPath
:
"
/pcap"
name
:
cn5g-pv
...
...
charts/oai-nrf/templates/deployment.yaml
View file @
46cce795
...
...
@@ -30,7 +30,7 @@ spec:
command
:
-
/bin/sh
-
-c
-
/usr/sbin/tcpdump -i
net1
-w /pcap/oai-nrf_`date +%Y-%m-%d_%H_%M-%S-%Z`.pcap
-
/usr/sbin/tcpdump -i
any
-w /pcap/oai-nrf_`date +%Y-%m-%d_%H_%M-%S-%Z`.pcap
volumeMounts
:
-
mountPath
:
"
/pcap"
name
:
cn5g-pv
...
...
charts/oai-smf/templates/deployment.yaml
View file @
46cce795
...
...
@@ -30,7 +30,7 @@ spec:
command
:
-
/bin/sh
-
-c
-
/usr/sbin/tcpdump -i
net1
-w /pcap/oai-smf_`date +%Y-%m-%d_%H_%M-%S-%Z`.pcap
-
/usr/sbin/tcpdump -i
any
-w /pcap/oai-smf_`date +%Y-%m-%d_%H_%M-%S-%Z`.pcap
volumeMounts
:
-
mountPath
:
"
/pcap"
name
:
cn5g-pv
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment