Update
To update VyOS with installed addon, you need to perform the next steps:
- Save the configuration (
save
in conf mode). - Ad a new image using
add system image
command. - Reboot into the new version.
- Download and install the addon.
- Reboot again. Your old VPP configuration will be applied during this boot.
Do not enter into the configuration mode or save the configuration after the first step, or your VPP configuration will be lost.
If CLI syntax in the new addon version was changed, your old configuration may be not valid and applied anymore. You need to modify or reconfigure the VPP config manually. Compatible parts can be loaded using the
load /config/config.boot
command.