File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,6 @@ start() {
231
231
{%- if docker_container_name ! = " database" %}
232
232
-v /usr/share/sonic/device/$PLATFORM /$HWSKU /$DEV :/usr/share/sonic/hwsku:ro \
233
233
{%- endif %}
234
- {%- if docker_container_name == " iccpd" %}
235
- -v /lib/modules:/lib/modules:ro \
236
- {%- endif %}
237
234
{%- if sonic_asic_platform ! = " mellanox" %}
238
235
--tmpfs /tmp \
239
236
{%- endif %}
@@ -255,7 +252,7 @@ wait() {
255
252
stop () {
256
253
docker stop {{docker_container_name}}$DEV
257
254
{%- if docker_container_name == " database" %}
258
- if [ " $DEV " ]; then
255
+ if [ " $DEV " ]; then
259
256
ip netns delete " $NET_NS "
260
257
fi
261
258
{%- endif %}
@@ -266,7 +263,7 @@ DEV=$2 # namespace/device number to operate on
266
263
if [ " $DEV " ]; then
267
264
NET_NS=" asic$DEV " # name of the network namespace
268
265
else
269
- NET_NS=" "
266
+ NET_NS=" "
270
267
fi
271
268
272
269
case " $1 " in
You can’t perform that action at this time.
0 commit comments