MITIGATOR supports hardware bypass of Silicom adapters.
Tested adapters:
Necessary steps:
All commands are executed as root
.
The assembly must be done on the target system or on an identical distribution.
Install the packages required for the build:
apt install -y gcc make dkms linux-headers-amd64
Download driver source code from our public repository, extract the archive and go to it.
Build and install the driver:
make -f Makefile.dkms
Create file /etc/systemd/system/mitigator.service.d/bypass.conf
with following content:
[Service]
ExecStartPre=/bin/bpctl_start
Reboot MITIGATOR:
systemctl daemon-reload
docker-compose down && docker-compose up -d
The «Hardware bypass» card will appear on the instance settings page.