ryecoaaron
Can you take a look at this? Shouldn't the network interface end0 appear in the "parent" field instead of being empty?
i may of missed the parent network in a prevous attempt. i had correct this in my most recent attempt and its showing when inspecting the network now though.
[
{
"Name": "mynet",
"Id": "26d2075d9f186f5dfe59062c4f4c27625ffc4ac183b5b2c3c2488b747113b129",
"Created": "2026-01-11T16:08:41.814337541Z",
"Scope": "local",
"Driver": "macvlan",
"EnableIPv4": true,
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": {},
"Config": [
{
"Subnet": "192.168.4.0/24",
"IPRange": "192.168.4.240/29",
"Gateway": "192.168.4.1"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Options": {
"parent": "end0"
},
"Labels": {},
"Containers": {},
"Status": {
"IPAM": {
"Subnets": {
"192.168.4.0/24": {
"IPsInUse": 3,
"DynamicIPsAvailable": 8
}
}
}
}
}
]
END OF LINE
Display More