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 4d49c78 commit a72bf8cCopy full SHA for a72bf8c
p4sdk/images/entrypoint.sh
@@ -57,6 +57,9 @@ mkdir -p /usr/share/target_sys/
57
cp /opt/p4/p4sde/share/target_sys/zlog-cfg /usr/share/target_sys/zlog-cfg
58
mkdir -p /usr/share/stratum/es2k/
59
cp /opt/p4/p4-cp-nws/share/stratum/es2k/es2k_port_config.pb.txt /usr/share/stratum/es2k/es2k_port_config.pb.txt
60
+# Create logging directory used by infrap4d
61
+mkdir -p /var/log/stratum
62
+touch /dev/mem
63
64
# Start Infrap4d
65
func_set_br_pipe &
0 commit comments