Summary
The VPP dataplane currently provides no NAT64 capability. Customers who enable VPP on interfaces carrying NAT64 traffic lose NAT64 entirely, with no CLI warning and no commit-time error.
Current behaviour
VyOS implements NAT64 via Jool, an out-of-tree netfilter kernel module (T160). Traffic forwarded along the pure VPP path never enters the kernel networking stack, so Jool's hooks are never reached and its counters remain at zero.
VPP's own NAT64 plugin is not loaded. In data/templates/vpp/startup.conf.j2:
plugin nat44_ei_plugin.so { enable }
plugin det44_plugin.so { enable }
# plugin nat64_plugin.so { enable }
# plugin nat66_plugin.so { enable }