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,5 @@
ebtables_broute_rules:
# Upgrade pve90-93 ipv6 traffic from Layer2 bridging to Layer3 routing
# So that Ceph traffic would always use 40Gbit backend network
# instead of 10Gbit public network
- '-A BROUTING -p IPv6 -i vmbr1 --ip6-dst 2001:bb8:4008:21:20::90/126 -j DROP'