Jeff

Results 43 issues of Jeff

##### SUMMARY In Cisco NX-OS, name-servers are configured per VRF. Additionally, name-servers in one VRF can be configured to query from a different source VRF. The current `nxos_system` module supports...

feature

Details are included inside each Issue. Duplicates PR #4034 Fixes #3274 Fixes #3275 Fixes #4188 Fixes #4189 Lots of whitespace and indentation fixes.

**Describe the bug** When viewing a subnet while `Link Addresses` is enabled, the rows that display linked addresses frequently have incorrect tree structure connecting lines produced using the `similar` and...

bug report

**Describe the bug** When viewing a subnet while `Link Addresses` is enabled, the row that says "addresses linked with" is 1 column short. **phpIPAM version** Versions of phpIPAM known to...

bug report

**Please describe.** I would like the following various widget improvements: - [x] _Last 5 Change_ widget does not print table header when no logs exist, like _Last 5 Info_ &...

bug report

An error in a SQL query prevents any results from being displayed when reviewing duplicate subnets. - Fixes #4161

If you have a list of favorite subnets which are not in the database (e.g. after they've been deleted), the `fetch_favourite_subnets` function returns an array of empty arrays. - Fixes...

**Describe the bug** Under normal circumstances, if a user has no favorite subnets, the `fetch_favourite_subnets` function returns `false`. However, if a user has a favorite subnet, and the subnet is...

bug report

When using the GUI, deletions are submitted to the `address-modify-submit.php` script. That script will detect whether the address is a range or a single IP, and will add a key...

Simple Dashboard UI enhancements. + Fixes #4176 + Closes #4177