Introduce proxy for VPP 06/22606/3
authorOndrej Fabry <ofabry@cisco.com>
Tue, 8 Oct 2019 12:49:16 +0000 (14:49 +0200)
committerOndrej Fabry <ofabry@cisco.com>
Thu, 10 Oct 2019 09:30:49 +0000 (11:30 +0200)
commit454aff1907d87c79ffb11e151e25953241c7f1be
tree07b2287a252f5b981de4fd0b53a7b207fb24a9a0
parent809b69ea4a90455445c34bbad7d8e5fea5cf3462
Introduce proxy for VPP

- proxy server defines RPC service for proxying binapi/stats to VPP
- use cmd/vpp-proxy for proxy server/client

Change-Id: I6e698e166ecf6db7109ae5adf8a93f308d3f3f2a
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
cmd/vpp-proxy/main.go [new file with mode: 0644]
proxy/client.go [new file with mode: 0644]
proxy/proxy.go [new file with mode: 0644]
proxy/server.go [new file with mode: 0644]