Files
ansible/proxmox/group_vars/proxmox/ebtables.yaml
2025-08-02 13:26:16 +03:00

6 lines
279 B
YAML

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'