Hello,I was using metallb bare-metal in version v0.13.12, but when I upgraded to the latest version, the BGP routes in our pfsense no longer appear.I'm using this conf:
apiVersion:
metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: public-pool
namespace: metallb-system
spec:
addresses:
- xxx.xxx.218.42-xxx.xxx.218.43
avoidBuggyIPs: true
---
apiVersion:
metallb.io/v1beta2
kind: BGPPeer
metadata:
name: public-bgppeer
namespace: metallb-system
spec:
myASN: 64500
peerASN: 64501
peerAddress: 10.77.7.1
---
apiVersion:
metallb.io/v1beta1
kind: BGPAdvertisement
metadata:
name: adv-public
namespace: metallb-system
I saw in the note releases that there have been quite a few changes, but looking at the two yamls, only the version and the entry below have changed.- --tls-min-version=VersionTLS12Are the confs correct?