Proto commits in facebookincubator/katran

These 6 commits are when the Protocol Buffers files have changed:

Commit:3fadb1e
Author:Udip Pant
Committer:Facebook GitHub Bot

enable clangformat and black in katran Summary: Standardizing the formatting in katran with rest of the codebase. Reviewed By: avasylev Differential Revision: D33032470 fbshipit-source-id: def7706f321c3c4ab8e96de2e4dbd2d34829ceb5

The documentation is generated from this commit.

Commit:caa7849
Author:Andrey Mitroshin
Committer:Facebook GitHub Bot

Fixes for building goclient with newest versions of go software (#130) Summary: Fixes go1.16 build errors: 1. protoc-gen-go: unable to determine Go import path for "katran.proto" 2. go: cannot find main module, but found .git/config in /path/to/katran to create a module there, run: cd ../../../../.. && go mod init 3. ../katranc/katranc.go:21:2: imported and not used: "katranc/lb_katran" as protos ../katranc/katranc.go:70:9: undefined: lb_katran ../katranc/katranc.go:100:41: undefined: lb_katran ../katranc/katranc.go:128:58: undefined: lb_katran ../katranc/katranc.go:136:38: undefined: lb_katran ../katranc/katranc.go:187:6: undefined: lb_katran ../katranc/katranc.go:237:7: undefined: lb_katran ../katranc/katranc.go:270:38: undefined: lb_katran ../katranc/katranc.go:276:37: undefined: lb_katran ../katranc/katranc.go:283:45: undefined: lb_katran ../katranc/katranc.go:283:45: too many errors Pull Request resolved: https://github.com/facebookincubator/katran/pull/130 Reviewed By: lnicco Differential Revision: D30542786 Pulled By: udippant fbshipit-source-id: a2dd510362117643b43419b3a33c41338c6038c0

Commit:f6e5cbc
Author:Jalal Sajadi
Committer:Facebook GitHub Bot

return xdp_pass for local reals (#107) Summary: This PR is to support passing traffic when the destination server is the same as the Katran server. It improves performance when we use a single server as a load-balancer and also as a production server. Pull Request resolved: https://github.com/facebookincubator/katran/pull/107 Reviewed By: sharmafb Differential Revision: D25348174 Pulled By: udippant fbshipit-source-id: e7067e8af5087d727f49bd6e1a892044efe9a257

Commit:6f86aa8
Author:tehnerd
Committer:tehnerd

internal sync: - build katran w/o need for linux kernel checkout

Commit:28fd7a1
Author:tehnerd
Committer:tehnerd

gRPC example: adding support for icmp "packet to big" stats

Commit:24e832c
Author:Nikita V. Shirokov
Committer:Nikita V. Shirokov

Initial commit