Route all of pvx9x over 40Gbit backplane

This commit is contained in:
Arti Zirk
2025-08-02 13:26:16 +03:00
parent 486a05e865
commit 5b120c3228
6 changed files with 63 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=ebtables persistent configuration
DefaultDependencies=no
Wants=network-pre.target systemd-modules-load.service local-fs.target
Before=network-pre.target shutdown.target
After=systemd-modules-load.service local-fs.target
Conflicts=shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/sh -c '/usr/sbin/ebtables-restore < /etc/ebtables.rules'
[Install]
WantedBy=multi-user.target