where can i get the packet srv6_explicit_path_pb2_grpc and srv6_explicit_path_pb2?
Closed this issue · 3 comments
shijy16 commented
hello, thanks for providing this repo.
I'm trying to run your grpc api but I can't find these packets: srv6_explicit_path_pb2_grpc and srv6_explicit_path_pb2.
ps: python version 2.7
pierventre commented
Hi, you need to generate these files using the proto file - like a typical grpc project.
shijy16 commented
WOW I had never used proto files before.
Now it works.
Thanks!
pierventre commented
Glad you resolved!