Ipv6 for docker 'host' networking

Hello,
Team here is my daemon.jason to enable ipv6, But as you can see docker network inspect host showing ipv6 not enabled.
{
“experimental”: true,
“fixed-cidr-v6”: “2002:ac11:0001::/48”,
“ip6tables”: true,
“ipv6”: true,
“live-restore”: true
}

docker network inspect host

[
{
“Name”: “host”,
“Id”: “06e51651cda83c8306df2bcffcfbc10779309195a109132adfacb1379b18a75d”,
“Created”: “2023-11-27T15:59:05.897334709Z”,
“Scope”: “local”,
“Driver”: “host”,
“EnableIPv4”: true,
“EnableIPv6”: false,

uname -a

Linux 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

docker version

Client: Docker Engine - Community
Version: 28.0.1

Its running on ipv6 only host. Any suggestions ?

Can you provide the full path to your json file, including file name.
just to verify that you didnt call it “daemon.jason” but “daemon.json”