Sean M. Collins
Sean M. Collins
The problem with setting `resolve_prefer_ipv6` is that if you're on a laptop and travel a lot, some networks will have IPv6 and some will not. Then you end up just...
What changes does Git report about file B in the changeset ?
Make it `--force`, and you've got my vote.
IPv6 is _NOT A FEATURE._ There is a great deal of risk in designing network virtualization applications that use IPv4 in the beginning, because you will quickly run into problems...
I don't think stripping out any non-ASCII characters is good for i18n.
I agree with https://github.com/netbox-community/ansible_modules/issues/330#issuecomment-744059122 - however that is going to take a lot of work to implement.
My suspicion is that Varnish is expecting the Accept header to be set, which is different than what the NetBox http server expects/requires.
Is it `location` or is it `site`? Because at least the docs at https://docs.netbox.dev/en/stable/core-functionality/tenancy/ don't list `location` as being able to be assigned to a tenant.
I went and checked the [code](https://github.com/netbox-community/netbox/blob/develop/netbox/dcim/models/sites.py#L344=) - it appears the docs are out of date. So yeah, that's fine, go ahead and add the tenant attribute
Do you plan on implementing this feature? It should be straight forward, since there are other objects that have the `tenant` attribute, so it should be easy to look at...