Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Disable multicast for eth0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jun 23, 2024
1 parent b66bc5b commit 8d56626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ modprobe spidev
chmod ugo+rw /dev/spidev0.0

ifconfig eth0 192.168.1.5 netmask 255.255.255.0
ifconfig eth0 -multicast
ifconfig eth0 up
sudo -u fio ifconfig eth0

Expand Down

0 comments on commit 8d56626

Please sign in to comment.