Adam Smith

Results 13 comments of Adam Smith

So according to: https://github.com/ytti/oxidized-web/blob/56044d37391e098fadd9627aa03086c63d577773/lib/oxidized/web/webapp.rb#L213-L218 If there is no diff between the versions, then it will display "no available". This would leave me to believe that version 5 and 7 are...

Just a snippet relevant to importing zonefiles with dnspython, and loop through the rdatasets From Zone File: ``` zone = dns.zone.from_file('path/to/example-zone.com.db', 'example-zone.com', relativize=False, check_origin=True) ``` From AXFR (Zone Transfer): ```...

@ross I was just thinking about this too and I think honestly if you're doing RFC2136 for updates it kind of seems logical that you'd do a zone transfer for...

Wondering if we will need to allow specifying the SOA/NS records, retry, expiry, etc. These will be necessary to create a zone file. Alternatively, the zone file may just be...

@kompetenzbolzen yeah absolutely, I was actually playing around with your code the other night to see how easy it would be to integrate, I was having decent success, but then...

Yeah I think that's cool, I definitely love the provider model already and how extensible it is, especially using it to sync from a provider like NSOne to another like...

@ross I actually haven't done anything with OctoDNS + Geo :P so I don't have any strong opinions about if it's necessary. The specific use-case I had for this was...

So looking around, seems like variables aren't accessible in the models, as really `models.rb` is pulling things from the model not running the model file. Per https://github.com/ytti/oxidized/blob/master/docs/Creating-Models.md, we can either...

https://github.com/ktbyers/netmiko/issues/2937 related

@ktbyers I thought I was, but did some further digging. We are using napalm-vyos (albeit a fork) and were hitting issues, I set `read_timeout_override` but it wasn't working, but further...