Container networks set via `set container network <name>` lose their VRF association when the last member container is restarted.
```
set vrf name test table 999
set container network test prefix 192.168.0.0/24
set container network test vrf test
set container name test image alpine:latest
run restart container test
```