diff options
author | John Estabrook <jestabro@vyos.io> | 2023-11-09 09:31:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 09:31:04 -0600 |
commit | b8b3a39449a98f1ca6d3e0b6d65b59ffc3edcfab (patch) | |
tree | 304d9b91f48bd6c3dc755f8d8bdfe1ba64bd3957 /debian/vyos-1x.postinst | |
parent | 3238cb64c53337cb5238495aba96621ee8bf9692 (diff) | |
parent | 54b4a0a50f472ece513e97365619b6a3df63f273 (diff) | |
download | vyos-1x-b8b3a39449a98f1ca6d3e0b6d65b59ffc3edcfab.tar.gz vyos-1x-b8b3a39449a98f1ca6d3e0b6d65b59ffc3edcfab.zip |
Merge pull request #2463 from vyos/mergify/bp/sagitta/pr-2370
T1797: Delete VPP from vyos-1x as it is implemented in addon (backport #2370)
Diffstat (limited to 'debian/vyos-1x.postinst')
-rw-r--r-- | debian/vyos-1x.postinst | 11 |
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 |