alexanderfefelov / nav-add-ons

Various stuff for use with NAV (https://nav.uninett.no, https://github.com/Uninett/nav)
MIT License
0 stars 0 forks source link

Dirty remote names in the table unrecognized_neighbor #4

Closed alexanderfefelov closed 4 years ago

alexanderfefelov commented 4 years ago
select
  remote_name, source
from
  unrecognized_neighbor
where
  remote_name like '%\x00%'

Output:

remote_name        |source|
-------------------|------|
'10.254.254.31\x00'|lldp  |
'10.254.254.30\x00'|lldp  |