Skip to content

Commit

Permalink
IPv6Address::hostname() should return ipv6hostname, not ipv4hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhilliard committed Jun 11, 2021
1 parent 418b4ff commit 030261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/Repositories/IPv6Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function getAllForList( int $vlanid = null )
v.name AS vlan,
v.id AS vlanid,
vli.id AS vliid,
vli.ipv4hostname AS hostname,
vli.ipv6hostname AS hostname,
c.name AS customer,
c.id AS customerid,
vi.id AS viid
Expand Down

0 comments on commit 030261a

Please sign in to comment.