vpp_config: Updates for 20.05

Added external dependancies package. Updated the startup.conf template.

Fix extras/scripts/check_commit_msg so it accepts '_' characters in
feature names.

Type: fix

Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: I69c33a24b30d31e5b8081021030bff88cbaeace9
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
John DeNisco
2020-06-19 15:28:48 -04:00
committed by Dave Barach
parent 3a49130c75
commit df35a20f9b
8 changed files with 141 additions and 97 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ case "$LSB" in
;;
esac
sudo -H pip uninstall vpp-config
sudo -H pip3 uninstall vpp-config
sudo rm *~
sudo rm *.pyc
sudo rm vpplib/*~
@@ -0,0 +1,8 @@
certifi==2020.4.5.1
chardet==3.0.4
distro==1.5.0
idna==2.9
pkg-resources==0.0.0
PyYAML==5.3.1
requests==2.23.0
urllib3==1.25.9