P2P relay not connect to the bp after updating to p2p

Hello, i’ve just update the relay to p2p connection, only the relay and not the bp,

these topology i am using is

{
  "localRoots": [
    {
      "accessPoints": [x],
      "advertise": false,
      "valency": 1
    }
  ],
  "publicRoots": [
    {
      "accessPoints": [
        {
          "address": "preprod-node.world.dev.cardano.org",
          "port": 30000
        }
      ],
      "advertise": false
    }
  ],
  "useLedgerAfterSlot": 4642000
}

with incoming connection only 2, and outgoing 50, but not the bp wich remain disconnect , i didn’t change any parameters to the bp wich is still in static mode, after updationg the relay to p2p.

What do you suggest me to do ?

1.35.6 or 1.35.7?

A bug was fixed in 1.35.7 that might be causing this.

I’m assuming you have the BP in your relay config under the box?

image