Ca à l'air de vivre sur ma machine ubuntu:
11:59:06.498033 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 56) fe80::46d9:e7ff:fe9b:9dc2 > ip6-allnodes: [icmp6 sum ok] ICMP6, router advertisement, length 56
        hop limit 64, Flags [none], pref medium, router lifetime 1800s, reachable time 0s, retrans time 0s
          prefix info option (3), length 32 (4): 2a01:cb19:886c:40::/64, Flags [onlink, auto, router], valid time 2592000s, pref. time 604800s
            0x0000:  40e0 0027 8d00 0009 3a80 0000 0000 2a01
            0x0010:  cb19 886c 0040 0000 0000 0000 0000
          source link-address option (1), length 8 (1): 44:d9:e7:9b:9d:c2
            0x0000:  44d9 e79b 9dc2
11:59:29.458890 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 32) 2a01:cb19:886c:40:30a2:6b49:a11c:7daf > ff02::1:ff9b:9dc2: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::46d9:e7ff:fe9b:9dc2
          source link-address option (1), length 8 (1): 6c:62:6d:e6:b4:21
            0x0000:  6c62 6de6 b421
Du coup sur ce coté là ça à l'air ok non ? Sauf que j'ai pas de ip6-allrouters: [icmp6 sum ok] ICMP6, [b]router solicitation[/b], length 8
Pour info ma WAN6_LOCAL est la suivante:
    ipv6-name WAN6_LOCAL {
        default-action drop
        description "WAN6 to GW"
        rule 1 {
            action accept
            description "Allow Established Sessions"
            log disable
            protocol all
            state {
                established enable
                invalid disable
                new disable
                related enable
            }
        }
        rule 2 {
            action drop
            description "Drop invalid states"
            log disable
            protocol all
            state {
                established disable
                invalid enable
                new disable
                related disable
            }
        }
        rule 3 {
            action accept
            description "Allow ICMP6"
            log disable
            protocol icmpv6
        }
        rule 4 {
            action accept
            description DHCP6
            destination {
                port 546
            }
            log disable
            protocol udp
        }
    }