Hi,
my ISP is routing my global prefix over a link-local address. My side of the link is fea0:15::2/64, the ISP's side is fea0:15::1.
I am trying to add this address to my WAN iterface:
/ipv6 address add interface=ether1-internet address=fea0:15::2/64
failure: can not add link local address
How am I supposed to do this? This setup worked fine with my previous linux router:
ip a a fea0:15::2/64 dev eth1
ip route add ::/0 via fea0:15::1 dev eth1