mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
reverse logic of resolve flag (#7523)
Co-authored-by: Kevin Pelzel <kpelzel@lanl.gov>
This commit is contained in:
parent
fa2bf112fb
commit
b68fe69aa0
@ -38,7 +38,7 @@ import watchers.dhcpd
|
||||
|
||||
if __name__ == '__main__':
|
||||
# do we use reverse DNS lookup ?
|
||||
arp_arg = '-an' if '-r' in sys.argv else '-a'
|
||||
arp_arg = '-a' if '-r' in sys.argv else '-an'
|
||||
|
||||
# index mac database (shipped with netaddr)
|
||||
macdb = dict()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user