Move VPPApi into a Reconciler class, add (empty) prune() create() and sync() methods. Add --force flag to enable making progress after warnings are issued

This commit is contained in:
Pim van Pelt
2022-03-24 15:57:12 +00:00
parent 2e2f63e1dd
commit de95e522ab
3 changed files with 77 additions and 9 deletions

View File

@ -20,4 +20,5 @@ from __future__ import (
)
import logging
import vpp.vppapi
from vpp.vppapi import VPPApi
from vpp.reconciler import Reconciler