No automatic ULA for the host

Prof. Dr. YoMan

New Member
Feb 11, 2022
5
0
1
52
Hi,

I did a quick search, but nothing came up.

Code:
root@pve:~# cat /etc/network/interfaces

auto lo
iface lo inet loopback

iface enp0s31f6 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.222.3/24
        gateway 192.168.222.1
        bridge-ports enp0s31f6
        bridge-stp off
        bridge-fd 0

But:
Code:
root@pve:~# ip -6 addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
    inet6 fe80::6e4b:90ff:fe67:c89d/64 scope link
       valid_lft forever preferred_lft forever

I did expect to see a fd00: and 2003: address here.
All VMs and LXCs get them properly.

Why not the host?

Any help, idea?