smnp

Results 5 issues of smnp

Fixes #1 Makefile assumes and exports GOPATH. It fails build in environments with custom GOPATH. It will be better to treat GOPATH as dependency set through an environment variable.

Fixed a typo I came across when reading through the documentation

I found that Makefile exports gopath, which fails in my env because it uses custom gopath

Contrail plugin for neutron uses contrail server as source of truth and forwards all requests. This adds delays in serving neutron requests. Instead, the plugin should consider caching data locally...

We recently used opencontrail plugin for neutron for a customer integration. Found following issues -- 0. It makes a separate http request call to Opencontrail controller for each fetch. This...