VPP NAT44 translation address should be verified
For example, the first address cannot be greater than the last address in the range.
192.0.2.0-1.8.2.1
set interfaces ethernet eth1 address '100.64.0.1/24' set vpp settings interface eth1 set vpp settings interface eth3 set vpp nat nat44 address-pool translation address 192.0.2.0-1.8.2.1 set vpp nat nat44 interface inside eth1 set vpp nat nat44 interface outside eth3 commit
Еhe commit just hangs