Dns cli reference
dns
dns [enable][disable]
Declaration: dns_enable_disable_command
src/plugins/dns/dns.c line 2334
Implementation: dns_enable_disable_command_fn
dns cache
dns cache [add|del|clear] <name> [ip4][ip6]
Declaration: dns_cache_add_del_command
src/plugins/dns/dns.c line 2299
Implementation: dns_cache_add_del_command_fn
dns name-server
dns name-server <ip-address> [del]
Declaration: dns_name_server_add_del_command
src/plugins/dns/dns.c line 2381
Implementation: dns_name_server_add_del_command_fn
show dns cache
show dns cache [verbose [nn]]
Declaration: show_dns_cache_command
src/plugins/dns/dns.c line 2164
Implementation: show_dns_cache_command_fn
show dns servers
show dns servers
Declaration: show_dns_server_command
src/plugins/dns/dns.c line 2199
Implementation: show_dns_servers_command_fn
test dns expire
test dns expire <name>
Declaration: test_dns_expire_command
src/plugins/dns/dns.c line 2705
Implementation: test_dns_expire_command_fn
test dns format
test dns format
Declaration: test_dns_fmt_command
src/plugins/dns/dns.c line 2626
Implementation: test_dns_fmt_command_fn
test dns unformat
test dns unformat <name> [ip4][ip6]
Declaration: test_dns_unfmt_command
src/plugins/dns/dns.c line 2664
Implementation: test_dns_unfmt_command_fn