IPv6 Juniper

Hello,

I’m using a SRX300 with Junos 22.4R2.8

I’m getting a /56 from my ISP. I want to delegate /64’s in multiple vlan’s. It worked on my OPNsense box

My SRX refuses to update over 3 interfaces.

What am I missing?


dhcpv6-client {
    client-type stateful;
    client-ia-type ia-pd;
    rapid-commit;
    client-identifier duid-type duid-ll;
    retransmission-attempt 0;
    update-router-advertisement {
        ##
        ## Warning: number of elements exceeds limit of 3
        ##
        interface irb.0;
        interface irb.6;
        interface ge-0/0/3.0;
        interface irb.2;
    }
}

Is there a limit somewhere I can increase or is that a system limitation?