diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-11-01 01:41:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 01:41:35 +0200 |
commit | eabb9c460cfadb37e8a7ccb3098c5fa1cfd9ae1a (patch) | |
tree | 02be6bdd82b28488ced13d56ac427f9b3bbdcb3c /debian | |
parent | 83727feded94eab15025ca8adef9e6d68d8c8f75 (diff) | |
parent | 59c8d5febb2b1333643372f8956fa8f219d022cb (diff) | |
download | vyos-1x-eabb9c460cfadb37e8a7ccb3098c5fa1cfd9ae1a.tar.gz vyos-1x-eabb9c460cfadb37e8a7ccb3098c5fa1cfd9ae1a.zip |
Merge pull request #2370 from sever-sever/T1797
T1797: Delete VPP from vyos-1x as it is implemented in addon
Diffstat (limited to 'debian')
-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 860319edf..22b50ce2a 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -201,14 +201,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 |