Tyler Christiansen

Results 34 comments of Tyler Christiansen

Actually, I wouldn't even need to rebuild the container. I would just need to log out and log back in again.

This isn't _super_ urgent, by the way. Rebuilding the container isn't horrible (it might take 30 seconds to rebuild from scratch, and that's an extremely unoptimized build process [grabbing packages...

The first display issue appears to be a duplicate of #167 and is fixed by #274.

The third issue is addressed in #276. I'd be up for feedback on better phrasing.

I can't reproduce issue 5 running IOS. ``` $ gnng 10.254.254.2 DEVICE: 10.254.254.2 Interface | Addresses | Subnets | ACLs IN | ACLs OUT | Description ----------------------------------------------------------------------------------- Ethernet0/0 | 10.254.254.2...

The bug actually exists in `trigger.netdevices.NetDevices.find`, which returns a result even if it's only a partial match. The issue looks to be with [this line](https://github.com/trigger/trigger/blob/develop/trigger/netdevices/__init__.py#L868), which says, "Hey, I found...

I'll take a stab at this some time this week.

Is "unnumbered" to mean interfaces that might be L2 ports, or is that unnumbered as in "ip unnumbered"?

I mean that if an exception occurs, I want it to behave like an exception instead of being captured. You had mentioned overloading `errback` in chat previously. I'll have a...