Remove linux-cp / lcpng specialcase, the API exposed by lcpng and linux-cp is now identical
This commit is contained in:
2
vppcfg
2
vppcfg
@ -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
|
||||
|
Reference in New Issue
Block a user