feat: prevent assigning 0 and 255

This commit is contained in:
2024-08-25 22:45:33 -04:00
parent 88a39880c6
commit cc1cc38d5c

View File

@@ -6,7 +6,8 @@ metadata:
namespace: metallb-system
spec:
addresses:
- 10.0.1.0/24
- 10.0.1.0/24
avoidBuggyIPs: true
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement