nexodus-io / nexodus

Network Connectivity as a Service
https://nexodus.io
Apache License 2.0
57 stars 26 forks source link

Ensure device symmetricNAT field is updated #1957

Closed vishnoianil closed 4 months ago

vishnoianil commented 4 months ago

with add/update device requests

Openapi client generates the model with json tag omitempty, that removes the symmetricNAT flag in the json request body if it's false.

Fixes: #1956

netlify[bot] commented 4 months ago

Deploy Preview for nexodus-docs canceled.

Name Link
Latest commit fc89e76bee7b6637ce05a7c064aab610e39616f4
Latest deploy log https://app.netlify.com/sites/nexodus-docs/deploys/65e81a8267a8870009c77885
chirino commented 4 months ago

I don't think this will fix the problem. The issue is in the generated OpenAPI client models.

chirino commented 4 months ago

fixed in #1958`