package
1.9.0-alpha
Repository: https://github.com/liudf0716/vpp-agent-bfd.git
Documentation: pkg.go.dev
# Packages
Package dbadapter implements Domain Specific Language (DSL) for resync and change of VPP configuration using Data Broker (by writing to key value store).
Package grpcadapter implements Domain Specific Language (DSL) for resync and change of VPP configuration using GRPC client.
Package localclient implements client for local management of VPP configuration.
Package remoteclient implements the client for remote management of VPP configuration.
# Interfaces
DataChangeDSL defines Domain Specific Language (DSL) for data change.
DataDumpDSL defines Domain Specific Language (DSL) for data read.
DataResyncDSL defines the Domain Specific Language (DSL) for data RESYNC of the VPP configuration.
DeleteDSL is a subset of data change DSL statements, used to remove an existing VPP configuration.
DumpDSL is a subset of data read DSL statements, used to read existing VPP configuration.
DumpReply interface allows to wait for a reply to previously called Send() and extract the result from it (success/error).
PutDSL is a subset of data change DSL statements, used to declare new VPP configuration or to change an existing one.
Reply interface allows to wait for a reply to previously called Send() and extract the result from it (success/error).
ReplyData is helper interface for more convenient access to typed data.