How to move lxc container to another host with proxy device at lxd cluster

hello friends.
I have question about proxy device behavior at move progress when proxy bind specific ip address on first host for example:
lxc config device add test6 myport22 proxy listen=tcp:109.110.105.5:1010 connect=tcp:127.0.0.1:22
first host ip : 109.110.105.5
and after that:sudo lxc move test6 --target second_host

I want this proxy remained after move to another host
I think this problem solved with vxlan tunneling in openvswitch dirver but not solved

error about this problem :
Error: Error occurred when starting proxy device: Error: Failed to listen on 109.110.105.5:1010: listen tcp 109.110.105.5:1010: bind: cannot assign requested address

and lxc --version 4.0.0

thanks.