Serguei Bezverkhi

Results 9 issues of Serguei Bezverkhi

Signed-off-by: Serguei Bezverkhi This is just initial proposal on changes in vpp agnet's route proto to support `ip route add blah blah out-labels 1111111 2222222`

Below is the list of tests proposed to implement for E2E sanity check, please review and provide your feedback: **CreateVolume:** 1. Create volume with specific name and then create volume...

help wanted
lifecycle/frozen

Currently protos are using `string` as a type for `prefix` field which is not efficient and makes manipulations with `prefix` more complex. I would like to propose to switch to...

Not an issue, it is information request... Hello, I was wondering if in current implementation a transaltion from: #define BIND_OPTION 0x1 would get translated into: type BindOptions uint8 const (...

PR fixes panic in nlri 71 processing, when nlri 71 carries a malformed message

Is there a way to assign a name to newly created namespace, so it could be later reopened by using `netns.GetFromName(ns1)`?

Hello, when I try to get namespace from a docker container by its id function call fails with: ``` 2018/07/18 13:13:08 Failed to get Linux namespace for pod default/pod-1 with...

Hello, I am getting verifier failure despite of using suggested workarounds to make verifier happy. Here is the fragment of the code triggering verifier failure: ``` #define MAX_PACKET_LENGTH 1024 //...