1
0
Fork 0
hscloud/dc/arista-proxy
q3k 3ba5c1b591 *: docs pass
Change-Id: I87ca80d3f7728ed407071468ac233e6ad4574929
2021-03-06 22:21:28 +00:00
..
proto dc/arista-proxy: fix by using github.com/q3k/cursedjson 2019-09-26 18:32:39 +02:00
BUILD.bazel dc/arista-proxy: fix by using github.com/q3k/cursedjson 2019-09-26 18:32:39 +02:00
README.md *: docs pass 2021-03-06 22:21:28 +00:00
main.go dc/arista-proxy: fix by using github.com/q3k/cursedjson 2019-09-26 18:32:39 +02:00
service.go dc/arista-proxy: fix by using github.com/q3k/cursedjson 2019-09-26 18:32:39 +02:00

README.md

Old Shitty Arista eAPI/Capi <-> gRPC proxy

Our Arista 7148S does not support gRPC/OpenConfig, so we have to make our own damn gRPC proxy.

The schema is supposed to be 1:1 mapped to the JSON-RPC EAPI. This is just a dumb proxy.

Building

$ bazel build //dc/arista-proxy

Flags

  -arista_api string
    	Arista remote endpoint (default "http://admin:password@1.2.3.4:80/command-api")

For standard flags (eg. listen, logs, ...) run with -help.