aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gre/gre.api
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Optimize GRE Tunnel and add support for ERSPAN encapJohn Lo1-3/+19
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+57
light .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
---
name: Caching DNS name resolver
maintainer: Dave Barach <dave@barachs.net>
features:
  - Cache A and AAAA records from an upstream ipv4 DNS server
  - Respond to ipv4 and ipv6 name resolution requests
  - Supports cache sizes up to 64K concurrent entries
  - Supports CNAME indirection
  - Static cache entry creation, suitable for redirecting specific names
  - Round robin upstream name lookups
  - Binary API name lookup support
  - Missing ipv6 upstream server support
  - Perf/scale suitable for SOHO devices or other light-duty apps
description: "A caching DNS name resolver suitable for optimizing
             name resolution performance, and for overriding
             gethostbyname() in an LD_PRELOAD library."
state: development
properties: [API, CLI, MULTITHREAD]