Rename VPPApiDumper() class to Dumper()

This commit is contained in:
Pim van Pelt
2022-04-10 14:55:01 +00:00
parent da7765569f
commit 0116583463
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import sys
import yaml
import config.bondethernet as bondethernet
class VPPApiDumper(VPPApi):
class Dumper(VPPApi):
def __init__(self, address='/run/vpp/api.sock', clientname='vppcfg'):
VPPApi.__init__(self, address, clientname)