Yusuke Iwase
Yusuke Iwase
This patch fixes to migrate from `protoc-gen-go` to `protoc-gen-gogofast`. Please note that with `protoc-gen-gogo*`, we need specify "M" parameters to override the well known types (e.g. any.Any of "google/protobuf"). Example...
This PR enables to advertise the default route target which suppress other specific route target advertisements. This can be used by a Route Reflector in order to reduce the amount...
When VPN routes are shared between different VPNs (or VRFs) for example, the RDs assigned for each VRF can differ from others, but the same RT should be used. In...
This patch refactors the inheritance (embedding) relationship of IPAddrPrefix and its derivatives and removes "addrlen" field. "addrlen" is used only to determine whether the given prefix is IPv4 or IPv6.
Related to the discussion on Slack, this patch enable to define policy as Golang "plugin" (requires Golang 1.8+).
### Describe the bug After I followed the instructions in the docs (https://vmware.github.io/photon/docs-v5/administration-guide/containers/docker-rootless-support/), I got the following error to run a container. ```sh $ docker run --rm -it ubuntu:22.04 Unable...