Remove linux-cp / lcpng specialcase, the API exposed by lcpng and linux-cp is now identical

This commit is contained in:
Pim van Pelt
2022-04-05 11:08:58 +00:00
parent b461ef49bb
commit f53f7d5095
2 changed files with 7 additions and 19 deletions

2
vppcfg
View File

@ -102,7 +102,7 @@ def main():
sys.exit(-5)
if not r.lcps_exist_with_lcp_enabled():
logging.error("Linux Control Plane is needed, but neither lcpng nor linux-cp are available")
logging.error("Linux Control Plane is needed, but linux-cp API is not available")
sys.exit(-6)
failed = False