From 54b4a0a50f472ece513e97365619b6a3df63f273 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Tue, 17 Oct 2023 11:19:27 +0000 Subject: T1797: Delete VPP from vyos-1x as it is implemented in addon (cherry picked from commit 59c8d5febb2b1333643372f8956fa8f219d022cb) --- debian/vyos-1x.postinst | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'debian/vyos-1x.postinst') diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst index b43416152..232600b48 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -204,14 +204,3 @@ systemctl enable vyos-config-cloud-init.service # Update XML cache python3 /usr/lib/python3/dist-packages/vyos/xml_ref/update_cache.py -# T1797: disable VPP support for rolling release, should be used by developers -# only (in the initial phase). If you wan't to enable VPP use the below command -# on your VyOS installation: -# -# sudo mv /opt/vyatta/share/vyatta-cfg/vpp /opt/vyatta/share/vyatta-cfg/templates/vpp -if [ -d /opt/vyatta/share/vyatta-cfg/templates/vpp ]; then - if [ -d /opt/vyatta/share/vyatta-cfg/vpp ]; then - rm -rf /opt/vyatta/share/vyatta-cfg/vpp - fi - mv /opt/vyatta/share/vyatta-cfg/templates/vpp /opt/vyatta/share/vyatta-cfg/vpp -fi -- cgit v1.2.3