summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-10-17 11:19:27 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-11-09 15:17:39 +0000
commit54b4a0a50f472ece513e97365619b6a3df63f273 (patch)
tree304d9b91f48bd6c3dc755f8d8bdfe1ba64bd3957 /debian
parent3238cb64c53337cb5238495aba96621ee8bf9692 (diff)
downloadvyos-1x-54b4a0a50f472ece513e97365619b6a3df63f273.tar.gz
vyos-1x-54b4a0a50f472ece513e97365619b6a3df63f273.zip
T1797: Delete VPP from vyos-1x as it is implemented in addon
(cherry picked from commit 59c8d5febb2b1333643372f8956fa8f219d022cb)
Diffstat (limited to 'debian')
-rw-r--r--debian/vyos-1x.postinst11
1 files changed, 0 insertions, 11 deletions
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