TritonDataCenter / sdc-napi

Triton Network API: manages networking-related data
Mozilla Public License 2.0
4 stars 14 forks source link

Default internet_nat option #21

Open nwilkens opened 5 years ago

nwilkens commented 5 years ago

Defaulting to always add an internet_nat gateway is not preferred in the case when IPv4 addresses are sparse.

The preferred option would be to allow a configurable default of internet_nat = [true|false].

https://github.com/joyent/sdc-napi/blob/49f25441d276dab9242c2230b5a1fa137f6d677c/lib/models/network.js#L1259