FD.io VPP  v20.05.1-6-gf53edbc3b
Vector Packet Processing
src/plugins/dns

dns cache

Summary/usage

dns cache [add|del|clear] <name> [ip4][ip6].

Declaration and implementation

Declaration: dns_cache_add_del_command (src/plugins/dns/dns.c line 2383)

Implementation: dns_cache_add_del_command_fn.

show dns cache

Summary/usage

show dns cache [verbose [nn]].

Declaration and implementation

Declaration: show_dns_cache_command (src/plugins/dns/dns.c line 2244)

Implementation: show_dns_cache_command_fn.

show dns servers

Summary/usage

show dns servers.

Declaration and implementation

Declaration: show_dns_server_command (src/plugins/dns/dns.c line 2281)

Implementation: show_dns_servers_command_fn.

test dns expire

Summary/usage

test dns expire <name>.

Declaration and implementation

Declaration: test_dns_expire_command (src/plugins/dns/dns.c line 2721)

Implementation: test_dns_expire_command_fn.

test dns format

Summary/usage

test dns format.

Declaration and implementation

Declaration: test_dns_fmt_command (src/plugins/dns/dns.c line 2635)

Implementation: test_dns_fmt_command_fn.

test dns unformat

Summary/usage

test dns unformat <name> [ip4][ip6].

Declaration and implementation

Declaration: test_dns_unfmt_command (src/plugins/dns/dns.c line 2675)

Implementation: test_dns_unfmt_command_fn.