The following IPv6 neighbor configuration entries are not normalized and appear under different entries even though they are the same IPv6-address. This can probably lead to many side-effecst
bgp x {
neighbor 2001:DB8:: {
ebgp-multihop 3
remote-as 65000
}
neighbor 2001:db8:: {
ebgp-multihop 1
remote-as 65000
}
neighbor 2001:db8::0 {
ebgp-multihop 2
remote-as 65000
}
}